From 21f5dc2a367948cd531b8fc49050b99bf608bc92 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 15 Sep 2024 01:00:30 +0200 Subject: [PATCH] foot: integrate base16 --- config/dot-config/foot/colours.ini | 32 ++++++++++++++++++++++++++++++ config/dot-config/foot/foot.ini | 17 ++++++++-------- 2 files changed, 40 insertions(+), 9 deletions(-) create mode 100644 config/dot-config/foot/colours.ini diff --git a/config/dot-config/foot/colours.ini b/config/dot-config/foot/colours.ini new file mode 100644 index 00000000..e0ff1672 --- /dev/null +++ b/config/dot-config/foot/colours.ini @@ -0,0 +1,32 @@ +# base16-foot +# Scheme name: Ocean +# Scheme author: Chris Kempson (http://chriskempson.com) +# Template author: Tinted Theming (https://github.com/tinted-theming) +# include in foot.ini like so: +# include=~/.config/foot/colours.ini +# must be included under [main], or untitled section at beginning of file +[colors] +foreground=c0c5ce +background=2b303b +regular0=2b303b # black +regular1=bf616a # red +regular2=a3be8c # green +regular3=ebcb8b # yellow +regular4=8fa1b3 # blue +regular5=b48ead # magenta +regular6=96b5b4 # cyan +regular7=c0c5ce # white +bright0=65737e # bright black +bright1=bf616a # bright red +bright2=a3be8c # bright green +bright3=ebcb8b # bright yellow +bright4=8fa1b3 # bright blue +bright5=b48ead # bright magenta +bright6=96b5b4 # bright cyan +bright7=eff1f5 # bright white +16=d08770 +17=ab7967 +18=343d46 +19=4f5b66 +20=a7adba +21=dfe1e8 \ No newline at end of file diff --git a/config/dot-config/foot/foot.ini b/config/dot-config/foot/foot.ini index f3147ab1..33deb7e7 100644 --- a/config/dot-config/foot/foot.ini +++ b/config/dot-config/foot/foot.ini @@ -1,5 +1,5 @@ # -*- conf -*- -include = /usr/share/foot/themes/rose-pine +include=~/.config/foot/colours.ini # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) shell=/bin/fish @@ -92,16 +92,15 @@ label-letters=asdfghjkl [touch] # long-press-delay=400 - [colors] -# alpha=1.0 -# background=242424 -# foreground=ffffff -# flash=7f7f00 +alpha=0.75 +# # background=242424 +# # foreground=ffffff +# # flash=7f7f00 +# # flash-alpha=0.5 +# alpha=0.85 +# flash=da4453 # flash-alpha=0.5 -alpha=0.85 -flash=da4453 -flash-alpha=0.5 ## Normal/regular colors (color palette 0-7) # regular0=242424 # black -- 2.51.2