diff options
Diffstat (limited to 'palette')
| -rw-r--r-- | palette/roles-dracula.conf | 7 | ||||
| -rw-r--r-- | palette/roles-macchiato.conf | 7 | ||||
| -rw-r--r-- | palette/roles-nord.conf | 7 | ||||
| -rw-r--r-- | palette/roles-tokyo-night.conf | 7 |
4 files changed, 28 insertions, 0 deletions
diff --git a/palette/roles-dracula.conf b/palette/roles-dracula.conf index 40aa2a6..ea3d71f 100644 --- a/palette/roles-dracula.conf +++ b/palette/roles-dracula.conf @@ -87,6 +87,13 @@ bright_magenta = pink bright_cyan = cyan bright_white = foreground +# Intermediate greys, for consumers that want a full ramp rather than +# three depths. homepage's --color-50..900 is the only one so far. +fg_bright = foreground +mid_high = comment +mid_low = surface_high +surface_high = current_line + # kitty extras: marks, scrollbar, bell, tab bar ground. mark1 = purple mark2 = pink diff --git a/palette/roles-macchiato.conf b/palette/roles-macchiato.conf index 0a34f03..f5d12ea 100644 --- a/palette/roles-macchiato.conf +++ b/palette/roles-macchiato.conf @@ -99,6 +99,13 @@ bright_magenta = pink bright_cyan = teal bright_white = subtext0 +# Intermediate greys, for consumers that want a full ramp rather than +# three depths. homepage's --color-50..900 is the only one so far. +fg_bright = subtext1 +mid_high = overlay2 +mid_low = overlay1 +surface_high = surface2 + # kitty extras: marks, scrollbar, bell, tab bar ground. mark1 = lavender mark2 = mauve diff --git a/palette/roles-nord.conf b/palette/roles-nord.conf index b04e9c8..b79e6f4 100644 --- a/palette/roles-nord.conf +++ b/palette/roles-nord.conf @@ -87,6 +87,13 @@ bright_magenta = aurora_purple bright_cyan = frost_teal bright_white = nord6 +# Intermediate greys, for consumers that want a full ramp rather than +# three depths. homepage's --color-50..900 is the only one so far. +fg_bright = nord5 +mid_high = nord4 +mid_low = nord3 +surface_high = nord2 + # kitty extras: marks, scrollbar, bell, tab bar ground. mark1 = frost_cyan mark2 = aurora_purple diff --git a/palette/roles-tokyo-night.conf b/palette/roles-tokyo-night.conf index fb54926..d56659c 100644 --- a/palette/roles-tokyo-night.conf +++ b/palette/roles-tokyo-night.conf @@ -86,6 +86,13 @@ bright_magenta = purple bright_cyan = blue1 bright_white = fg +# Intermediate greys, for consumers that want a full ramp rather than +# three depths. homepage's --color-50..900 is the only one so far. +fg_bright = fg_dark +mid_high = comment +mid_low = terminal_black +surface_high = bg_visual + # kitty extras: marks, scrollbar, bell, tab bar ground. mark1 = blue mark2 = magenta |
