From 1abce784cf269fd98ee5faa09e52ba642f2e61ec Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Wed, 22 Mar 2023 07:49:52 +0100 Subject: switched from i3 to sway --- .config/foot/themes/onedark-dark | 17 +++++++++++++++++ .config/foot/themes/onedark-light | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .config/foot/themes/onedark-dark create mode 100644 .config/foot/themes/onedark-light (limited to '.config/foot/themes') 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 -- cgit v1.2.3-70-g09d2