Add kitty config
This commit is contained in:
parent
35191ef73b
commit
af36115117
4 changed files with 1143 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
|||
## PROGRAMS ##
|
||||
|
||||
$browser = firefox --new-window
|
||||
$terminal = alacritty
|
||||
$terminal = kitty
|
||||
$fileManager = nemo
|
||||
$lock = hyprlock --immediate
|
||||
$menu = ~/.config/rofi/launchers/type-2/launcher.sh
|
||||
|
|
|
@ -19,9 +19,10 @@ windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinn
|
|||
|
||||
|
||||
windowrulev2 = opacity 0.9,class:^(Alacritty)$
|
||||
#windowrulev2 = opacity 0.9,class:^(kitty)$
|
||||
# windowrulev2 = opacity 0.99,class:^(code-oss)$
|
||||
# windowrulev2 = opacity 0.99,class:^(Code)$
|
||||
windowrulev2 = opacity 0.88,class:^(VSCodium)$
|
||||
windowrulev2 = opacity 0.9,class:^(VSCodium)$
|
||||
windowrulev2 = opacity 0.9,class:^([Ss]team)$
|
||||
windowrulev2 = opacity 0.9,class:^(steamwebhelper)$
|
||||
windowrulev2 = opacity 0.9,class:^(Spotify)$
|
||||
|
|
32
private_dot_config/kitty/kitty-colors.conf
Normal file
32
private_dot_config/kitty/kitty-colors.conf
Normal file
|
@ -0,0 +1,32 @@
|
|||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
||||
# /* wallust template - colors-kitty */
|
||||
|
||||
foreground #EFF2F5
|
||||
background #1B1C1D
|
||||
cursor #EFF2F5
|
||||
|
||||
active_tab_foreground #1B1C1D
|
||||
active_tab_background #EFF2F5
|
||||
inactive_tab_foreground #EFF2F5
|
||||
inactive_tab_background #1B1C1D
|
||||
|
||||
active_border_color #EFF2F5
|
||||
inactive_border_color #1B1C1D
|
||||
bell_border_color #171B22
|
||||
|
||||
color0 #424344
|
||||
color1 #171B22
|
||||
color2 #334356
|
||||
color3 #344660
|
||||
color4 #506B8A
|
||||
color5 #547192
|
||||
color6 #9CA4AA
|
||||
color7 #DFE4E8
|
||||
color8 #9CA0A2
|
||||
color9 #1E242D
|
||||
color10 #455972
|
||||
color11 #455D80
|
||||
color12 #6B8FB8
|
||||
color13 #7097C2
|
||||
color14 #D0DAE2
|
||||
color15 #DFE4E8
|
1107
private_dot_config/kitty/kitty.conf
Normal file
1107
private_dot_config/kitty/kitty.conf
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue