add full symconf theme generation pipeline to produce app config
This commit is contained in:
41
templates/apps/kitty/templates/active.theme
Normal file
41
templates/apps/kitty/templates/active.theme
Normal file
@@ -0,0 +1,41 @@
|
||||
# base settings
|
||||
background f{{theme.term.background}}
|
||||
foreground f{{theme.term.foreground}}
|
||||
|
||||
selection_background f{{theme.term.selection_bg}}
|
||||
selection_foreground f{{theme.term.selection_fg}}
|
||||
|
||||
cursor f{{theme.term.cursor}}
|
||||
cursor_text f{{theme.term.cursor_text}}
|
||||
|
||||
# black
|
||||
color0 f{{theme.term.normal.black}}
|
||||
color8 f{{theme.term.bright.black}}
|
||||
|
||||
# red
|
||||
color1 f{{theme.term.normal.red}}
|
||||
color9 f{{theme.term.bright.red}}
|
||||
|
||||
# green
|
||||
color2 f{{theme.term.normal.green}}
|
||||
color10 f{{theme.term.bright.green}}
|
||||
|
||||
# yellow
|
||||
color3 f{{theme.term.normal.yellow}}
|
||||
color11 f{{theme.term.bright.yellow}}
|
||||
|
||||
# blue
|
||||
color4 f{{theme.term.normal.blue}}
|
||||
color12 f{{theme.term.bright.blue}}
|
||||
|
||||
# magenta (red)
|
||||
color5 f{{theme.term.normal.magenta}}
|
||||
color13 f{{theme.term.bright.magenta}}
|
||||
|
||||
# cyan (blue)
|
||||
color6 f{{theme.term.normal.cyan}}
|
||||
color14 f{{theme.term.bright.cyan}}
|
||||
|
||||
## white
|
||||
color7 f{{theme.term.normal.white}}
|
||||
color15 f{{theme.term.bright.white}}
|
||||
Reference in New Issue
Block a user