color rework, flake bump
This commit is contained in:
@@ -56,21 +56,21 @@
|
||||
|
||||
# customColorScheme = {
|
||||
# base00 = rice.color.background;
|
||||
# base01 = rice.color.bright-black;
|
||||
# base02 = rice.color.blue;
|
||||
# base03 = rice.color.bright-blue;
|
||||
# base04 = rice.color.cyan;
|
||||
# base05 = rice.color.bright-cyan;
|
||||
# base06 = rice.color.green;
|
||||
# base07 = rice.color.bright-green;
|
||||
# base08 = rice.color.magenta;
|
||||
# base09 = rice.color.bright-magenta;
|
||||
# base0A = rice.color.red;
|
||||
# base0B = rice.color.bright-red;
|
||||
# base0C = rice.color.white;
|
||||
# base0D = rice.color.bright-white;
|
||||
# base0E = rice.color.yellow;
|
||||
# base0F = rice.color.bright-yellow;
|
||||
# base01 = rice.color.black.bright;
|
||||
# base02 = rice.color.blue.base;
|
||||
# base03 = rice.color.blue.bright;
|
||||
# base04 = rice.color.cyan.base;
|
||||
# base05 = rice.color.cyan.bright;
|
||||
# base06 = rice.color.green.base;
|
||||
# base07 = rice.color.green.bright;
|
||||
# base08 = rice.color.magenta.base;
|
||||
# base09 = rice.color.magenta.bright;
|
||||
# base0A = rice.color.red.base;
|
||||
# base0B = rice.color.red.bright;
|
||||
# base0C = rice.color.white.base;
|
||||
# base0D = rice.color.white.bright;
|
||||
# base0E = rice.color.yellow.base;
|
||||
# base0F = rice.color.yellow.bright;
|
||||
# };
|
||||
# };
|
||||
opts = {
|
||||
|
||||
Reference in New Issue
Block a user