aboutsummaryrefslogtreecommitdiff
path: root/gui/kitty.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-06-21 12:31:21 +0200
committerAdrian Kummerlaender2018-06-21 12:31:21 +0200
commitab46be8acc63fec4daf86289ffa240d9e943d5fc (patch)
tree1591cc917f8dcb41c2709417ee4bf093f1814b75 /gui/kitty.nix
parent6adb81680046f2d1e38591d8dee14420ed6d8dfd (diff)
downloadnixos_home-ab46be8acc63fec4daf86289ffa240d9e943d5fc.tar
nixos_home-ab46be8acc63fec4daf86289ffa240d9e943d5fc.tar.gz
nixos_home-ab46be8acc63fec4daf86289ffa240d9e943d5fc.tar.bz2
nixos_home-ab46be8acc63fec4daf86289ffa240d9e943d5fc.tar.lz
nixos_home-ab46be8acc63fec4daf86289ffa240d9e943d5fc.tar.xz
nixos_home-ab46be8acc63fec4daf86289ffa240d9e943d5fc.tar.zst
nixos_home-ab46be8acc63fec4daf86289ffa240d9e943d5fc.zip
Fix terminal color scheme
Diffstat (limited to 'gui/kitty.nix')
-rw-r--r--gui/kitty.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/kitty.nix b/gui/kitty.nix
index 01f1960..1cd10fb 100644
--- a/gui/kitty.nix
+++ b/gui/kitty.nix
@@ -14,7 +14,7 @@
foreground #F2F2F2
# black
color0 #161616
- color8 #F2F2F2
+ color8 #000000
# red
color1 #8C3346
color9 #FF0000