From 109ef836120a9181ea731f42c5d312e8b78b301a Mon Sep 17 00:00:00 2001 From: Martin Andersen Date: Sun, 26 May 2024 11:21:40 +0200 Subject: [PATCH] Update install.sh --- install.sh | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/install.sh b/install.sh index bfb4a97..e5a59aa 100644 --- a/install.sh +++ b/install.sh @@ -290,9 +290,9 @@ fi if [ ! -f ~/.config/qtile/qtile_colors.py ]; then cat << "QTILECOLORS" > ~/.config/qtile/qtile_colors.py colors = { - "base00": "#192227", # Default Background - "base01": "#1c1915", # Lighter Background (Used for status bars, line number and folding marks) - "base02": "#221e20", # Selection Background + "base00": "#111517", # Default Background + "base01": "#202529", # Lighter Background (Used for status bars, line number and folding marks) + "base02": "#1e2022", # Selection Background "base03": "#141817", # Comments, Invisibles, Line Highlighting "base04": "#514029", # Dark Foreground (Used for status bars) "base05": "#4d616e", # Default Foreground, Caret, Delimiters, Operators @@ -487,22 +487,22 @@ if [ ! -f $HOME/.config/kitty/themes/kittytheme.conf ]; then mkdir -p $HOME/.config/kitty/themes cat << "KITTYTHEMECONF" > $HOME/.config/kitty/themes/kittytheme.conf foreground #f8f8f2 -background #282a36 +background #12161a selection_foreground #ffffff -selection_background #44475a +selection_background #3a454f -url_color #8be9fd +url_color #7abeeb # black -color0 #21222c -color8 #6272a4 +color0 #1a2024 +color8 #628da4 # red color1 #ff5555 color9 #ff6e6e # green -color2 #50fa7b +color2 #49b869 color10 #69ff94 # yellow @@ -510,11 +510,11 @@ color3 #f1fa8c color11 #ffffa5 # blue -color4 #bd93f9 -color12 #d6acff +color4 #3f7fba +color12 #93c8f9 # magenta -color5 #ff79c6 +color5 #f05bb0 color13 #ff92df # cyan @@ -522,21 +522,21 @@ color6 #8be9fd color14 #a4ffff # white -color7 #f8f8f2 +color7 #f2f5f8 color15 #ffffff # Cursor colors -cursor #f8f8f2 +cursor #f2f5f8 cursor_text_color background # Tab bar colors -active_tab_foreground #282a36 +active_tab_foreground #283036 active_tab_background #f8f8f2 -inactive_tab_foreground #282a36 +inactive_tab_foreground #f2f5f8 inactive_tab_background #6272a4 # Marks -mark1_foreground #282a36 +mark1_foreground #283036 mark1_background #ff5555 # Splits/Windows