Use Kitty instead of Foot
This commit is contained in:
parent
c29981ac7a
commit
f00d347d4c
@ -3,7 +3,7 @@
|
||||
$mainMod = ALT
|
||||
|
||||
# Program opening and closing
|
||||
bind = $mainMod, Return, exec, foot
|
||||
bind = $mainMod, Return, exec, kitty
|
||||
bind = $mainMod, Q, killactive
|
||||
bind = $mainMod, Space, exec, pgrep wofi || wofi --show drun
|
||||
#bind = $mainMod, M, exit,
|
||||
|
55
hyprland/.config/kitty/gruvbox.conf
Normal file
55
hyprland/.config/kitty/gruvbox.conf
Normal file
@ -0,0 +1,55 @@
|
||||
# Based on https://github.com/morhetz/gruvbox by morhetz <morhetz@gmail.com>
|
||||
# Adapted to kitty by wdomitrz <witekdomitrz@gmail.com>
|
||||
|
||||
cursor #928374
|
||||
cursor_text_color background
|
||||
|
||||
url_color #83a598
|
||||
|
||||
visual_bell_color #8ec07c
|
||||
bell_border_color #8ec07c
|
||||
|
||||
active_border_color #d3869b
|
||||
inactive_border_color #665c54
|
||||
|
||||
foreground #ebdbb2
|
||||
background #282828
|
||||
selection_foreground #928374
|
||||
selection_background #ebdbb2
|
||||
|
||||
active_tab_foreground #fbf1c7
|
||||
active_tab_background #665c54
|
||||
inactive_tab_foreground #a89984
|
||||
inactive_tab_background #3c3836
|
||||
|
||||
# black (bg3/bg4)
|
||||
color0 #665c54
|
||||
color8 #7c6f64
|
||||
|
||||
# red
|
||||
color1 #cc241d
|
||||
color9 #fb4934
|
||||
|
||||
#: green
|
||||
color2 #98971a
|
||||
color10 #b8bb26
|
||||
|
||||
# yellow
|
||||
color3 #d79921
|
||||
color11 #fabd2f
|
||||
|
||||
# blue
|
||||
color4 #458588
|
||||
color12 #83a598
|
||||
|
||||
# purple
|
||||
color5 #b16286
|
||||
color13 #d3869b
|
||||
|
||||
# aqua
|
||||
color6 #689d6a
|
||||
color14 #8ec07c
|
||||
|
||||
# white (fg4/fg3)
|
||||
color7 #a89984
|
||||
color15 #bdae93
|
@ -735,7 +735,7 @@ font_size 9.0
|
||||
|
||||
#: Terminal bell {{{
|
||||
|
||||
# enable_audio_bell yes
|
||||
enable_audio_bell no
|
||||
|
||||
#: The audio bell. Useful to disable it in environments that require
|
||||
#: silence.
|
||||
@ -1179,7 +1179,7 @@ font_size 9.0
|
||||
|
||||
#: The foreground and background colors.
|
||||
|
||||
# background_opacity 1.0
|
||||
background_opacity 0.8
|
||||
|
||||
#: The opacity of the background. A number between zero and one, where
|
||||
#: one is opaque and zero is fully transparent. This will only work if
|
||||
@ -1282,6 +1282,8 @@ font_size 9.0
|
||||
#: to be used unchanged. Note that these colors can be overridden by
|
||||
#: the program running in the terminal.
|
||||
|
||||
include ~/.config/kitty/gruvbox.conf
|
||||
|
||||
#: The color table {{{
|
||||
|
||||
#: The 256 terminal colors. There are 8 basic colors, each color has a
|
||||
|
Loading…
Reference in New Issue
Block a user