diff options
Diffstat (limited to '.config/foot/themes')
-rw-r--r-- | .config/foot/themes/onedark-dark | 17 | ||||
-rw-r--r-- | .config/foot/themes/onedark-light | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/.config/foot/themes/onedark-dark b/.config/foot/themes/onedark-dark new file mode 100644 index 0000000..7982dd0 --- /dev/null +++ b/.config/foot/themes/onedark-dark @@ -0,0 +1,17 @@ +# Onedark - Dark + +[cursor] +color=3e4451 528bff + +[colors] +alpha=1.0 +foreground=dcdccc +background=111111 +regular0=5c6370 # black +regular1=e06c75 # red +regular2=98c379 # green +regular3=e5c07b # yellow +regular4=61afef # blue +regular5=c678dd # magenta +regular6=56b6c2 # cyan +regular7=bbc2cf # white diff --git a/.config/foot/themes/onedark-light b/.config/foot/themes/onedark-light new file mode 100644 index 0000000..a3c071e --- /dev/null +++ b/.config/foot/themes/onedark-light @@ -0,0 +1,17 @@ +# Onedark - Light + +[cursor] +color=e5e5e6 526eff + +[colors] +alpha=1.0 +foreground=383a42 +background=fafafa +regular0=696c77 # black +regular1=e45649 # red +regular2=50a14f # green +regular3=c18401 # yellow +regular4=4078f2 # blue +regular5=a626a4 # magenta +regular6=0184bc # cyan +regular7=383a42 # white |