Update install.sh
This commit is contained in:
34
install.sh
34
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
|
||||
|
||||
Reference in New Issue
Block a user