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
|
if [ ! -f ~/.config/qtile/qtile_colors.py ]; then
|
||||||
cat << "QTILECOLORS" > ~/.config/qtile/qtile_colors.py
|
cat << "QTILECOLORS" > ~/.config/qtile/qtile_colors.py
|
||||||
colors = {
|
colors = {
|
||||||
"base00": "#192227", # Default Background
|
"base00": "#111517", # Default Background
|
||||||
"base01": "#1c1915", # Lighter Background (Used for status bars, line number and folding marks)
|
"base01": "#202529", # Lighter Background (Used for status bars, line number and folding marks)
|
||||||
"base02": "#221e20", # Selection Background
|
"base02": "#1e2022", # Selection Background
|
||||||
"base03": "#141817", # Comments, Invisibles, Line Highlighting
|
"base03": "#141817", # Comments, Invisibles, Line Highlighting
|
||||||
"base04": "#514029", # Dark Foreground (Used for status bars)
|
"base04": "#514029", # Dark Foreground (Used for status bars)
|
||||||
"base05": "#4d616e", # Default Foreground, Caret, Delimiters, Operators
|
"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
|
mkdir -p $HOME/.config/kitty/themes
|
||||||
cat << "KITTYTHEMECONF" > $HOME/.config/kitty/themes/kittytheme.conf
|
cat << "KITTYTHEMECONF" > $HOME/.config/kitty/themes/kittytheme.conf
|
||||||
foreground #f8f8f2
|
foreground #f8f8f2
|
||||||
background #282a36
|
background #12161a
|
||||||
selection_foreground #ffffff
|
selection_foreground #ffffff
|
||||||
selection_background #44475a
|
selection_background #3a454f
|
||||||
|
|
||||||
url_color #8be9fd
|
url_color #7abeeb
|
||||||
|
|
||||||
# black
|
# black
|
||||||
color0 #21222c
|
color0 #1a2024
|
||||||
color8 #6272a4
|
color8 #628da4
|
||||||
|
|
||||||
# red
|
# red
|
||||||
color1 #ff5555
|
color1 #ff5555
|
||||||
color9 #ff6e6e
|
color9 #ff6e6e
|
||||||
|
|
||||||
# green
|
# green
|
||||||
color2 #50fa7b
|
color2 #49b869
|
||||||
color10 #69ff94
|
color10 #69ff94
|
||||||
|
|
||||||
# yellow
|
# yellow
|
||||||
@@ -510,11 +510,11 @@ color3 #f1fa8c
|
|||||||
color11 #ffffa5
|
color11 #ffffa5
|
||||||
|
|
||||||
# blue
|
# blue
|
||||||
color4 #bd93f9
|
color4 #3f7fba
|
||||||
color12 #d6acff
|
color12 #93c8f9
|
||||||
|
|
||||||
# magenta
|
# magenta
|
||||||
color5 #ff79c6
|
color5 #f05bb0
|
||||||
color13 #ff92df
|
color13 #ff92df
|
||||||
|
|
||||||
# cyan
|
# cyan
|
||||||
@@ -522,21 +522,21 @@ color6 #8be9fd
|
|||||||
color14 #a4ffff
|
color14 #a4ffff
|
||||||
|
|
||||||
# white
|
# white
|
||||||
color7 #f8f8f2
|
color7 #f2f5f8
|
||||||
color15 #ffffff
|
color15 #ffffff
|
||||||
|
|
||||||
# Cursor colors
|
# Cursor colors
|
||||||
cursor #f8f8f2
|
cursor #f2f5f8
|
||||||
cursor_text_color background
|
cursor_text_color background
|
||||||
|
|
||||||
# Tab bar colors
|
# Tab bar colors
|
||||||
active_tab_foreground #282a36
|
active_tab_foreground #283036
|
||||||
active_tab_background #f8f8f2
|
active_tab_background #f8f8f2
|
||||||
inactive_tab_foreground #282a36
|
inactive_tab_foreground #f2f5f8
|
||||||
inactive_tab_background #6272a4
|
inactive_tab_background #6272a4
|
||||||
|
|
||||||
# Marks
|
# Marks
|
||||||
mark1_foreground #282a36
|
mark1_foreground #283036
|
||||||
mark1_background #ff5555
|
mark1_background #ff5555
|
||||||
|
|
||||||
# Splits/Windows
|
# Splits/Windows
|
||||||
|
|||||||
Reference in New Issue
Block a user