diff options
Diffstat (limited to '.config/foot/themes/srcery')
-rw-r--r-- | .config/foot/themes/srcery | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/foot/themes/srcery b/.config/foot/themes/srcery new file mode 100644 index 0000000..5496670 --- /dev/null +++ b/.config/foot/themes/srcery @@ -0,0 +1,26 @@ +# srcery + +[colors] +background= 1c1b19 +foreground= fce8c3 +regular0= 1c1b19 +regular1= ef2f27 +regular2= 519f50 +regular3= fbb829 +regular4= 2c78bf +regular5= e02c6d +regular6= 0aaeb3 +regular7= baa67f +bright0= 918175 +bright1= f75341 +bright2= 98bc37 +bright3= fed06e +bright4= 68a8e4 +bright5= ff5c8f +bright6= 2be4d0 +bright7= fce8c3 + +## Enable if prefer solarized colors instead of inverterd fg/bg for +## highlighting (mouse selection) +# selection-foreground=93a1a1 +# selection-background=073642 |