mirror of
https://github.com/RGBCube/GhosttyBase16
synced 2025-07-27 23:17:44 +00:00
fix: use correct naming scheme for mustache templating #1
This commit is contained in:
parent
66d2204518
commit
3f7737cc7f
1 changed files with 26 additions and 26 deletions
|
@ -1,28 +1,28 @@
|
||||||
background = #{{base00}}
|
background = #{{base00-hex}}
|
||||||
foreground = #{{base05}}
|
foreground = #{{base05-hex}}
|
||||||
|
|
||||||
selection-background = #{{base02}}
|
selection-background = #{{base02-hex}}
|
||||||
selection-foreground = #{{base00}}
|
selection-foreground = #{{base00-hex}}
|
||||||
|
|
||||||
palette = 0=#{{base00}}
|
palette = 0=#{{base00-hex}}
|
||||||
palette = 1=#{{base08}}
|
palette = 1=#{{base08-hex}}
|
||||||
palette = 2=#{{base0B}}
|
palette = 2=#{{base0B-hex}}
|
||||||
palette = 3=#{{base0A}}
|
palette = 3=#{{base0A-hex}}
|
||||||
palette = 4=#{{base0D}}
|
palette = 4=#{{base0D-hex}}
|
||||||
palette = 5=#{{base0E}}
|
palette = 5=#{{base0E-hex}}
|
||||||
palette = 6=#{{base0C}}
|
palette = 6=#{{base0C-hex}}
|
||||||
palette = 7=#{{base05}}
|
palette = 7=#{{base05-hex}}
|
||||||
palette = 8=#{{base03}}
|
palette = 8=#{{base03-hex}}
|
||||||
palette = 9=#{{base08}}
|
palette = 9=#{{base08-hex}}
|
||||||
palette = 10=#{{base0B}}
|
palette = 10=#{{base0B-hex}}
|
||||||
palette = 11=#{{base0A}}
|
palette = 11=#{{base0A-hex}}
|
||||||
palette = 12=#{{base0D}}
|
palette = 12=#{{base0D-hex}}
|
||||||
palette = 13=#{{base0E}}
|
palette = 13=#{{base0E-hex}}
|
||||||
palette = 14=#{{base0C}}
|
palette = 14=#{{base0C-hex}}
|
||||||
palette = 15=#{{base07}}
|
palette = 15=#{{base07-hex}}
|
||||||
palette = 16=#{{base09}}
|
palette = 16=#{{base09-hex}}
|
||||||
palette = 17=#{{base0F}}
|
palette = 17=#{{base0F-hex}}
|
||||||
palette = 18=#{{base01}}
|
palette = 18=#{{base01-hex}}
|
||||||
palette = 19=#{{base02}}
|
palette = 19=#{{base02-hex}}
|
||||||
palette = 20=#{{base04}}
|
palette = 20=#{{base04-hex}}
|
||||||
palette = 21=#{{base06}}
|
palette = 21=#{{base06-hex}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue