diff options
author | Michaël Ball <git@michaelball.name> | 2022-03-06 16:08:27 +0000 |
---|---|---|
committer | Michaël Ball <git@michaelball.name> | 2022-03-06 16:08:27 +0000 |
commit | 43903f5ab15b8975c3224fc9c016b0d505866a1d (patch) | |
tree | 017d20dddf8f1853285e7df17add5c618c556a64 | |
parent | 2e41572fe12afb0a72f7f542cb2cd750b86bfe4c (diff) |
Update bright colours
-rw-r--r-- | templates/default.mustache | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/default.mustache b/templates/default.mustache index 124e5b6..5fcb45b 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -13,11 +13,12 @@ regular5={{base0E-hex}} regular6={{base0C-hex}} regular7={{base05-hex}} bright0={{base03-hex}} -bright1={{base08-hex}} -bright2={{base0B-hex}} -bright3={{base0A-hex}} -bright4={{base0D-hex}} -bright5={{base0E-hex}} -bright6={{base0C-hex}} +bright1={{base09-hex}} +bright2={{base01-hex}} +bright3={{base02-hex}} +bright4={{base04-hex}} +bright5={{base06-hex}} +bright6={{base0F-hex}} +bright7={{base07-hex}} selection-foreground={{base05-hex}} selection-background={{base02-hex}} |