From 7ae1913b8bb4fa74f378063f322426a2d62f5eb9 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 3 May 2023 23:43:39 +0200 Subject: use theme for /usr/share for colors --- config/hyprland/foot/foot.ini | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/config/hyprland/foot/foot.ini b/config/hyprland/foot/foot.ini index 45be6ea..fe50562 100644 --- a/config/hyprland/foot/foot.ini +++ b/config/hyprland/foot/foot.ini @@ -1,7 +1,7 @@ -# -*- conf -*- +[main] +include=/usr/share/foot/themes/nord # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) -# term=foot (or xterm-256color if built with -Dterminfo=disabled) term=xterm-256color # login-shell=no @@ -69,28 +69,6 @@ font=monospace:size=11 [colors] alpha=0.90 -foreground=d8dee9 -background=2e3440 - -## Normal/regular colors (color palette 0-7) -regular0=3b4252 # black -regular1=bf616a # red -regular2=a3be8c # green -regular3=ebcb8b # yellow -regular4=81a1c1 # blue -regular5=b48ead # magenta -regular6=88c0d0 # cyan -regular7=e5e9f0 # white - -## Bright colors (color palette 8-15) -bright0=6c566a # bright black -bright1=bf616a # bright red -bright2=a5abb6 # bright green -bright3=ebcb8b # bright yellow -bright4=81a1c1 # bright blue -bright5=b48ead # bright magenta -bright6=8fbcbb # bright cyan -bright7=eceff4 # bright white ## dimmed colors (see foot.ini(5) man page) # dim0= -- cgit v1.2.3