diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 10:40:24 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 10:41:52 +0200 |
commit | e3a305e48efb8a0f7032f551261ed0e7cd17422b (patch) | |
tree | 92dccf13453b7bc2913ef0b7a01914b3638f3acc | |
parent | cbf39f1eca98c607aa3280c162966705eb536aba (diff) |
removed waybar/colors.css and foot/colors from git
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | config/hyprland/foot/colors | 21 | ||||
l--------- | config/hyprland/waybar/colors.css | 1 |
3 files changed, 2 insertions, 22 deletions
@@ -11,5 +11,7 @@ config/essentials/zsh/histfile config/essentials/zsh/.zcompdump config/extra/jftui/settings config/extra/mutt/muttrc +config/hyprland/foot/colors +config/hyprland/waybar/colors.css config/old/vim/plugged/ config/old/vim/viminfo* diff --git a/config/hyprland/foot/colors b/config/hyprland/foot/colors deleted file mode 100644 index 75ca337..0000000 --- a/config/hyprland/foot/colors +++ /dev/null @@ -1,21 +0,0 @@ -[colors] -foreground = e8dee2 -background = 050303 - -regular0 = 050303 -regular1 = AC4A66 -regular2 = D3436E -regular3 = E54C7A -regular4 = D4698D -regular5 = AF9FA4 -regular6 = F0B1E3 -regular7 = e8dee2 - -bright0 = a29b9e -bright1 = AC4A66 -bright2 = D3436E -bright3 = E54C7A -bright4 = D4698D -bright5 = AF9FA4 -bright6 = F0B1E3 -bright7 = e8dee2 diff --git a/config/hyprland/waybar/colors.css b/config/hyprland/waybar/colors.css deleted file mode 120000 index 2596e35..0000000 --- a/config/hyprland/waybar/colors.css +++ /dev/null @@ -1 +0,0 @@ -colors/colors-nord
\ No newline at end of file |