File tree 1 file changed +17
-3
lines changed 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 23
23
; --help'
24
24
25
25
font = DejaVu Sans Mono
26
- theme = solarized-dark
26
+ theme = gjm8
27
27
28
28
29
29
; All sections other than 'GLOBAL' define a color theme. You can add, delete
@@ -37,13 +37,27 @@ theme = solarized-dark
37
37
; magenta, cyan, white)
38
38
;
39
39
; If color8 through color15 (bright ANSI colors) are defined, they are used by
40
- ; termtosvg, otherwise color0 through color7 are used as a replacement
40
+ ; termtosvg to display bold characters as a replacement for color0 through
41
+ ; color7.
41
42
;
42
43
; All color values must be in #rrggbb format
43
44
;
44
- ; Default colors themes come from the base16-xresources projet
45
+ ; Default color themes come mostly from the base16-xresources projet
45
46
; https://github.com/chriskempson/base16-xresources
46
47
48
+ [gjm8]
49
+ ; Source: https://terminal.sexy/
50
+ foreground = # c5c5c5
51
+ background = # 1c1c1c
52
+ color0 = # 1c1c1c
53
+ color1 = # ff005b
54
+ color2 = # cee318
55
+ color3 = # ffe755
56
+ color4 = # 048ac7
57
+ color5 = # 833c9f
58
+ color6 = # 0ac1cd
59
+ color7 = # e5e5e5
60
+
47
61
[circus]
48
62
; Authors: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang
49
63
foreground = # a7a7a7
You can’t perform that action at this time.
0 commit comments