foot/themes/nvim-light
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

33 lines
989 B
Text

# -*- conf -*-
# Neovim Light theme
# Uses the light color palette from the default Neovim color scheme
# See: https://github.com/neovim/neovim/blob/fb6c059dc55c8d594102937be4dd70f5ff51614a/src/nvim/highlight_group.c#L334
[main]
initial-color-theme=light
[colors-light]
cursor=e0e2ea 14161b # NvimLightGrey2 NvimDarkGrey2
foreground=14161b # NvimDarkGrey2
background=e0e2ea # NvimLightGrey2
selection-foreground=14161b # NvimDarkGrey2
selection-background=9b9ea4 # NvimLightGrey4
regular0=eef1f8 # NvimLightGrey1
regular1=590008 # NvimDarkRed
regular2=005523 # NvimDarkGreen
regular3=6b5300 # NvimDarkYellow
regular4=004c73 # NvimDarkBlue
regular5=470045 # NvimDarkMagenta
regular6=007373 # NvimDarkCyan
regular7=2c2e33 # NvimDarkGrey3
bright0=c4c6cd # NvimLightGrey3
bright1=590008 # NvimDarkRed
bright2=005523 # NvimDarkGreen
bright3=6b5300 # NvimDarkYellow
bright4=004c73 # NvimDarkBlue
bright5=470045 # NvimDarkMagenta
bright6=007373 # NvimDarkCyan
bright7=07080d # NvimDarkGrey1