Skip to content

Commit 2865cca

Browse files
committed
Add 8 color theme "gjm"
1 parent b6cfe44 commit 2865cca

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

termtosvg/data/termtosvg.ini

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
; --help'
2424

2525
font = DejaVu Sans Mono
26-
theme = solarized-dark
26+
theme = gjm8
2727

2828

2929
; All sections other than 'GLOBAL' define a color theme. You can add, delete
@@ -37,13 +37,27 @@ theme = solarized-dark
3737
; magenta, cyan, white)
3838
;
3939
; 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.
4142
;
4243
; All color values must be in #rrggbb format
4344
;
44-
; Default colors themes come from the base16-xresources projet
45+
; Default color themes come mostly from the base16-xresources projet
4546
; https://github.com/chriskempson/base16-xresources
4647

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+
4761
[circus]
4862
; Authors: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang
4963
foreground = #a7a7a7

0 commit comments

Comments
 (0)