mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
themes: solarized: add dark/light combined theme file
These themes uses the 'colors' section to define the dark variant, and 'colors2' to define the light variant.
This commit is contained in:
parent
bc5b716668
commit
537092e643
2 changed files with 101 additions and 0 deletions
47
themes/solarized
Normal file
47
themes/solarized
Normal file
|
|
@ -0,0 +1,47 @@
|
||||||
|
# -*- conf -*-
|
||||||
|
# Solarized dark+light
|
||||||
|
|
||||||
|
# Dark
|
||||||
|
[colors]
|
||||||
|
cursor= 002b36 93a1a1
|
||||||
|
background= 002b36
|
||||||
|
foreground= 839496
|
||||||
|
regular0= 073642
|
||||||
|
regular1= dc322f
|
||||||
|
regular2= 859900
|
||||||
|
regular3= b58900
|
||||||
|
regular4= 268bd2
|
||||||
|
regular5= d33682
|
||||||
|
regular6= 2aa198
|
||||||
|
regular7= eee8d5
|
||||||
|
bright0= 002b36
|
||||||
|
bright1= cb4b16
|
||||||
|
bright2= 586e75
|
||||||
|
bright3= 657b83
|
||||||
|
bright4= 839496
|
||||||
|
bright5= 6c71c4
|
||||||
|
bright6= 93a1a1
|
||||||
|
bright7= fdf6e3
|
||||||
|
|
||||||
|
|
||||||
|
# Light
|
||||||
|
[colors2]
|
||||||
|
cursor= fdf6e3 586e75
|
||||||
|
background= fdf6e3
|
||||||
|
foreground= 657b83
|
||||||
|
regular0= eee8d5
|
||||||
|
regular1= dc322f
|
||||||
|
regular2= 859900
|
||||||
|
regular3= b58900
|
||||||
|
regular4= 268bd2
|
||||||
|
regular5= d33682
|
||||||
|
regular6= 2aa198
|
||||||
|
regular7= 073642
|
||||||
|
bright0= cb4b16
|
||||||
|
bright1= fdf6e3
|
||||||
|
bright2= 93a1a1
|
||||||
|
bright3= 839496
|
||||||
|
bright4= 657b83
|
||||||
|
bright5= 6c71c4
|
||||||
|
bright6= 586e75
|
||||||
|
bright7= 002b36
|
||||||
54
themes/solarized-normal-brights
Normal file
54
themes/solarized-normal-brights
Normal file
|
|
@ -0,0 +1,54 @@
|
||||||
|
# -*- conf -*-
|
||||||
|
# Solarized dark+light
|
||||||
|
#
|
||||||
|
# Bright colors are brighter versions of the regular colors, instead
|
||||||
|
# of the normal solarized palette.
|
||||||
|
#
|
||||||
|
# They were generated by taking the regular colors, decoding from sRGB
|
||||||
|
# to linear, multiplying the linear RGB values by 1.8, and then
|
||||||
|
# encoding to sRGB again.
|
||||||
|
|
||||||
|
# Dark
|
||||||
|
[colors]
|
||||||
|
cursor= 002b36 93a1a1
|
||||||
|
background= 002b36
|
||||||
|
foreground= 839496
|
||||||
|
regular0= 073642
|
||||||
|
regular1= dc322f
|
||||||
|
regular2= 859900
|
||||||
|
regular3= b58900
|
||||||
|
regular4= 268bd2
|
||||||
|
regular5= d33682
|
||||||
|
regular6= 2aa198
|
||||||
|
regular7= eee8d5
|
||||||
|
bright0= 0c4958
|
||||||
|
bright1= ff4440
|
||||||
|
bright2= aec700
|
||||||
|
bright3= ebb300
|
||||||
|
bright4= 34b5ff
|
||||||
|
bright5= ff49aa
|
||||||
|
bright6= 3ad2c6
|
||||||
|
bright7= ffffff
|
||||||
|
|
||||||
|
|
||||||
|
# Light
|
||||||
|
[colors2]
|
||||||
|
cursor= fdf6e3 586e75
|
||||||
|
background= fdf6e3
|
||||||
|
foreground= 657b83
|
||||||
|
regular0= eee8d5
|
||||||
|
regular1= dc322f
|
||||||
|
regular2= 859900
|
||||||
|
regular3= b58900
|
||||||
|
regular4= 268bd2
|
||||||
|
regular5= d33682
|
||||||
|
regular6= 2aa198
|
||||||
|
regular7= 073642
|
||||||
|
bright0= ffffff
|
||||||
|
bright1= ff4440
|
||||||
|
bright2= aec700
|
||||||
|
bright3= ebb300
|
||||||
|
bright4= 34b5ff
|
||||||
|
bright5= ff49aa
|
||||||
|
bright6= 3ad2c6
|
||||||
|
bright7= 0c4958
|
||||||
Loading…
Add table
Add a link
Reference in a new issue