mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Merge branch 'nord-and-rezza-themes'
This commit is contained in:
commit
a1287220ab
2 changed files with 79 additions and 0 deletions
42
themes/nord
Normal file
42
themes/nord
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# theme: Nord
|
||||
# author: Arctic Ice Studio <development@arcticicestudio.com>, Sven Greb <code@svengreb.de>
|
||||
# description: „Nord“ — An arctic, north-bluish color palette
|
||||
#
|
||||
# this specific foot theme is based on nord-alacritty:
|
||||
# https://github.com/arcticicestudio/nord-alacritty/blob/develop/src/nord.yml
|
||||
|
||||
[cursor]
|
||||
color = 2e3440 d8dee9
|
||||
|
||||
[colors]
|
||||
foreground = d8dee9
|
||||
background = 2e3440
|
||||
#selection-foreground = d8dee9
|
||||
#selection-background = 4c566a
|
||||
|
||||
regular0 = 3b4252
|
||||
regular1 = bf616a
|
||||
regular2 = a3be8c
|
||||
regular3 = ebcb8b
|
||||
regular4 = 81a1c1
|
||||
regular5 = b48ead
|
||||
regular6 = 88c0d0
|
||||
regular7 = e5e9f0
|
||||
|
||||
bright0 = 4c566a
|
||||
bright1 = bf616a
|
||||
bright2 = a3be8c
|
||||
bright3 = ebcb8b
|
||||
bright4 = 81a1c1
|
||||
bright5 = b48ead
|
||||
bright6 = 8fbcbb
|
||||
bright7 = eceff4
|
||||
|
||||
dim0 = 373e4d
|
||||
dim1 = 94545d
|
||||
dim2 = 809575
|
||||
dim3 = b29e75
|
||||
dim4 = 68809a
|
||||
dim5 = 8c738c
|
||||
dim6 = 6d96a5
|
||||
dim7 = aeb3bb
|
||||
37
themes/rezza
Normal file
37
themes/rezza
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# 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]
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue