diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-10-12 19:46:41 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-10-12 19:46:41 +0900 |
| commit | 1fc799595f4b9413666418077c99ed1cca90e22e (patch) | |
| tree | 897ec4879d5f768f70b242fd183133666d4ee8fb | |
| parent | 9a32269a853452dce9bc98defa24edd979593a20 (diff) | |
wallust colors target file changed [Enhancement #474](https://github.com/JaKooLit/Hyprland-Dots/issues/448)
| -rw-r--r-- | config/kitty/kitty-colors.conf | 32 | ||||
| -rw-r--r-- | config/kitty/kitty.conf | 3 | ||||
| -rw-r--r-- | config/wallust/templates/colors-kitty.conf | 22 | ||||
| -rw-r--r-- | config/wallust/wallust.toml | 4 | ||||
| -rwxr-xr-x | copy.sh | 1 |
5 files changed, 37 insertions, 25 deletions
diff --git a/config/kitty/kitty-colors.conf b/config/kitty/kitty-colors.conf new file mode 100644 index 00000000..c468adad --- /dev/null +++ b/config/kitty/kitty-colors.conf @@ -0,0 +1,32 @@ +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* wallust template - colors-kitty */ + +foreground #FBECD3 +background #0E0E0F +cursor #FBECD3 + +active_tab_foreground #0E0E0F +active_tab_background #FBECD3 +inactive_tab_foreground #FBECD3 +inactive_tab_background #0E0E0F + +active_border_color #FBECD3 +inactive_border_color #0E0E0F +bell_border_color #100C10 + +color0 #373738 +color1 #100C10 +color2 #3C1E1A +color3 #622F22 +color4 #434646 +color5 #616B64 +color6 #B79661 +color7 #F1DBB8 +color8 #A99981 +color9 #151016 +color10 #502922 +color11 #833E2D +color12 #595D5D +color13 #818F85 +color14 #F4C882 +color15 #F1DBB8 diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 4e57fe7f..21944c9d 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -1,5 +1,8 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# wallust-colors +#include kitty-colors.conf + font_family Fira Code SemiBold font_size 16.0 bold_font auto diff --git a/config/wallust/templates/colors-kitty.conf b/config/wallust/templates/colors-kitty.conf index 3916167c..8f0618c2 100644 --- a/config/wallust/templates/colors-kitty.conf +++ b/config/wallust/templates/colors-kitty.conf @@ -1,28 +1,6 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # # /* wallust template - colors-kitty */ -font_family Fira Code SemiBold -font_size 16.0 -bold_font auto -italic_font auto -bold_italic_font auto - -#background_opacity 0.7 -confirm_os_window_close 0 - -# change to x11 or wayland or leave auto -linux_display_server auto - -scrollback_lines 2000 -wheel_scroll_min_lines 1 - -enable_audio_bell no - -window_padding_width 4 - -selection_foreground none -selection_background none - foreground {{foreground}} background {{background}} cursor {{cursor}} diff --git a/config/wallust/wallust.toml b/config/wallust/wallust.toml index 4d663022..0fe21108 100644 --- a/config/wallust/wallust.toml +++ b/config/wallust/wallust.toml @@ -46,8 +46,8 @@ rofi.target = '~/.config/rofi/wallust/colors-rofi.rasi' waybar.template = 'colors-waybar.css' waybar.target = '~/.config/waybar/wallust/colors-waybar.css' -#kitty.template = 'colors-kitty.conf' -#kitty.target = '~/.config/kitty/kitty.conf' +kitty.template = 'colors-kitty.conf' +kitty.target = '~/.config/kitty/kitty-colors.conf' #swaync.template = 'colors-swaync.css' #swaync.target = '~/.config/swaync/wallust/colors-wallust.css' @@ -262,7 +262,6 @@ echo "${OK} You have chosen $resolution resolution." 2>&1 | tee -a "$LOG" if [ "$resolution" == "≤ 1080p" ]; then cp -r config/rofi/resolution/1080p/* config/rofi/ sed -i 's/font_size 16.0/font_size 12.0/' config/kitty/kitty.conf - sed -i 's/font_size 16.0/font_size 12.0/' config/wallust/templates/colors-kitty.conf # hyprlock matters mv config/hypr/hyprlock.conf config/hypr/hyprlock-2k.conf |
