foot/themes/rezza
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

38 lines
1 KiB
Text

# -*- conf -*-
# theme: rezza
# author: Doug Whiteley (rezza)
# original URL: http://metawire.org/~rezza/index.php
# currently available via: https://web.archive.org/web/20060207133656/http://metawire.org/~rezza/index.php?page=Configs
# this palette was also posted here:
# https://bbs.archlinux.org/viewtopic.php?id=17322
#
# more description:
# original colors are similar to `phrakture` (https://github.com/f4cket/everycolorschemeivefound/blob/master/phrakture)
# Note: there is also a slightly modified (earlier?) version (also called rezza) which can be found here:
# https://sheet.shiar.nl/source/data/termcol-xcolor.inc.pl
# and also posted here:
# https://forums.debian.net/viewtopic.php?t=29981
[colors-dark]
foreground = cccccc
background = 191911
# Normal colors
regular0 = 222222
regular1 = 803232
regular2 = 5b762f
regular3 = aa9943
regular4 = 324c80
regular5 = 706c9a
regular6 = 92b19e
regular7 = ffffff
# Bright colors
bright0 = 222222
bright1 = 982b2b
bright2 = 89b83f
bright3 = efef60
bright4 = 2b4f98
bright5 = 826ab1
bright6 = a1cdcd
bright7 = dedede