Again change kitty theme
This commit is contained in:
parent
338b77114c
commit
a6f2ad4d9f
@ -32,10 +32,7 @@ in
|
|||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellIntegration.enableFishIntegration = true;
|
shellIntegration.enableFishIntegration = true;
|
||||||
# themeFile = "Catppuccin-Mocha";
|
themeFile = "gruvbox-dark";
|
||||||
extraConfig = ''
|
|
||||||
include ${./theme-one-half-dark.conf}
|
|
||||||
'';
|
|
||||||
settings = {
|
settings = {
|
||||||
enable_audio_bell = false;
|
enable_audio_bell = false;
|
||||||
confirm_os_window_close = 0; # no ask on quit
|
confirm_os_window_close = 0; # no ask on quit
|
||||||
|
@ -1,44 +0,0 @@
|
|||||||
# vim:ft=kitty
|
|
||||||
## name: One Half Dark
|
|
||||||
## author: Son A. Pham
|
|
||||||
## license: MIT
|
|
||||||
## upstream: https://raw.githubusercontent.com/sonph/onehalf/master/kitty/onehalf-dark.conf
|
|
||||||
## blurb: Clean, vibrant and pleasing color scheme
|
|
||||||
|
|
||||||
foreground #dcdfe4
|
|
||||||
background #282c34
|
|
||||||
selection_foreground #000000
|
|
||||||
selection_background #FFFACD
|
|
||||||
url_color #0087BD
|
|
||||||
|
|
||||||
# black
|
|
||||||
color0 #282c34
|
|
||||||
color8 #5d677a
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 #e06c75
|
|
||||||
color9 #e06c75
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 #98c379
|
|
||||||
color10 #98c379
|
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 #e5c07b
|
|
||||||
color11 #e5c07b
|
|
||||||
|
|
||||||
# blue
|
|
||||||
color4 #61afef
|
|
||||||
color12 #61afef
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 #c678dd
|
|
||||||
color13 #c678dd
|
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 #56b6c2
|
|
||||||
color14 #56b6c2
|
|
||||||
|
|
||||||
# white
|
|
||||||
color7 #dcdfe4
|
|
||||||
color15 #dcdfe4
|
|
Loading…
x
Reference in New Issue
Block a user