diff --git a/kitty/Cherry.conf b/kitty/Cherry.conf deleted file mode 100644 index b5a013c..0000000 --- a/kitty/Cherry.conf +++ /dev/null @@ -1,36 +0,0 @@ -## name: Cherry -## author: nullxception -## license: GPLv3 -## upstream: https://github.com/nullxception/cherry-kde/raw/main/kitty/cherry.conf - -foreground #bdc3df -background #1f1f2a -selection_foreground #1f1f2a -selection_background #bdc3df - -cursor #bdc3df -cursor_text_color #1f1f2a -url_color #85b6ff - -tab_bar_background #1f1f2a -active_tab_foreground #bdc3df -active_tab_background #43435a -inactive_tab_foreground #dedeff -inactive_tab_background #1f1f2a - -color0 #43435a -color1 #ff568e -color2 #64de83 -color3 #efff73 -color4 #73a9ff -color5 #946ff7 -color6 #62c6da -color7 #dedeff -color8 #53536b -color9 #ff69a2 -color10 #73de8a -color11 #f3ff85 -color12 #85b6ff -color13 #a481f7 -color14 #71c2d9 -color15 #ebebff diff --git a/kitty/GitHub Dark.conf b/kitty/GitHub Dark.conf deleted file mode 100644 index 27e21a0..0000000 --- a/kitty/GitHub Dark.conf +++ /dev/null @@ -1,61 +0,0 @@ -# vim:ft=kitty - -## name: GitHub Dark -## author: GitHub -## license: MIT - -#: The basic colors - -foreground #c9d1d9 -background #0d1117 -selection_foreground #0d1117 -selection_background #58a6ff - - -#: Cursor colors - -cursor #58a6ff - - -#: Tab bar colors - -tab_bar_background #010409 -active_tab_foreground #c9d1d9 -active_tab_background #0d1117 -inactive_tab_foreground #8b949e -inactive_tab_background #010409 - - -#: The basic 16 colors - -#: black -color0 #484f58 -color8 #6e7681 - -#: red -color1 #ff7b72 -color9 #ffa198 - -#: green -color2 #3fb950 -color10 #56d364 - -#: yellow -color3 #d29922 -color11 #e3b341 - -#: blue -color4 #58a6ff -color12 #79c0ff - -#: magenta -color5 #bc8cff -color13 #d2a8ff - -#: cyan -color6 #39c5cf -color14 #56d4dd - -#: white -color7 #b1bac4 -color15 #ffffff diff --git a/scripts/backup.sh b/scripts/backup.sh index bfa875f..34b71e7 100755 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -15,8 +15,6 @@ backup_folder ~/.tmux/tmux.conf ./tmux/ ./tmux/tmux.conf backup_folder ~/.config/rua-scripts ./ ./rua-scripts # lazygit backup_folder ~/.config/lazygit ./ ./lazygit/ -# btop -backup_folder ~/.config/btop ./ ./btop if [[ $OSTYPE == "linux"* ]]; then # hyprland @@ -24,6 +22,8 @@ if [[ $OSTYPE == "linux"* ]]; then fi if [[ $OSTYPE == "darwin"* ]]; then + # btop + backup_folder ~/.config/btop ./ ./btop # kitty backup_folder ~/.config/kitty ./ ./kitty/ # yabai