foot/themes/nvim-dark
Daniel Eklöf cf2b390f6e
config: add [colors-dark] and [colors-light], replacing [colors] and [colors2]
The main reason for having two color sections is to be able to switch
between dark and light. Thus, it's better if the section names reflect
this, rather than the more generic 'colors' and 'colors2' (which was
the dark one and which was the light one, now again?)

When the second color section was added, we kept the original name,
colors, to make sure we didn't break existing configurations, and
third-party themes.

However, in the long run, it's probably better to be specific in the
section naming, to avoid confusion.

So, add 'colors-dark', and 'colors-light'. Keep 'colors' and 'colors2'
as aliases for now, but mark them as deprecated. They WILL be removed
in a future release.

Also rename the option values for initial-color-theme, from 1/2, to
dark/light. Keep the old ones for now, marked as deprecated.

Update all bundled themes to use the new names. In the light-only
themes (i.e. themes that define a single, light, theme), use
colors-light, and set initial-color-theme=light.

Possible improvements: disable color switching if only one color
section has been explicitly configured (todo: figure out how to handle
the default color theme values...)
2025-12-20 15:51:30 +01:00

30 lines
964 B
Text

# -*- conf -*-
# Neovim Dark theme
# Uses the dark color palette from the default Neovim color scheme
# See: https://github.com/neovim/neovim/blob/fb6c059dc55c8d594102937be4dd70f5ff51614a/src/nvim/highlight_group.c#L419
[colors-dark]
cursor=14161b e0e2ea # NvimDarkGrey2 NvimLightGrey2
foreground=e0e2ea # NvimLightGrey2
background=14161b # NvimDarkGrey2
selection-foreground=e0e2ea # NvimLightGrey2
selection-background=4f5258 # NvimDarkGrey4
regular0=07080d # NvimDarkGrey1
regular1=ffc0b9 # NvimLightRed
regular2=b3f6c0 # NvimLightGreen
regular3=fce094 # NvimLightYellow
regular4=a6dbff # NvimLightBlue
regular5=ffcaff # NvimLightMagenta
regular6=8cf8f7 # NvimLightCyan
regular7=c4c6cd # NvimLightGrey3
bright0=2c2e33 # NvimDarkGrey3
bright1=ffc0b9 # NvimLightRed
bright2=b3f6c0 # NvimLightGreen
bright3=fce094 # NvimLightYellow
bright4=a6dbff # NvimLightBlue
bright5=ffcaff # NvimLightMagenta
bright6=8cf8f7 # NvimLightCyan
bright7=eef1f8 # NvimLightGrey1