From dffc8d5686368d64e3017379a2d01d2d08074e77 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 2 Jan 2024 20:17:53 -0800 Subject: [PATCH] :wrench: Update foot configs subtly, backup color theme --- .config/foot/bfoot.ini | 2 +- .config/foot/foot.ini | 2 +- .config/foot/nord | 45 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 .config/foot/nord diff --git a/.config/foot/bfoot.ini b/.config/foot/bfoot.ini index aa680967..a6c8a25f 100644 --- a/.config/foot/bfoot.ini +++ b/.config/foot/bfoot.ini @@ -76,7 +76,7 @@ beam-thickness=1.5 # long-press-delay=400 [colors] -alpha=0.5 +alpha=0.6 # background=242424 # foreground=ffffff # flash=7f7f00 diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 157cc955..c3ce3b94 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -76,7 +76,7 @@ beam-thickness=1.5 # long-press-delay=400 [colors] -alpha=0.5 +alpha=0.6 # background=242424 # foreground=ffffff # flash=7f7f00 diff --git a/.config/foot/nord b/.config/foot/nord new file mode 100644 index 00000000..fb4d0353 --- /dev/null +++ b/.config/foot/nord @@ -0,0 +1,45 @@ +# -*- conf -*- +# theme: Nord +# author: Arctic Ice Studio , Sven Greb +# 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 +regular0 = 242a37 +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