From 2a7a1e8ae03e03deace396b61ed5d08add6c6c23 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 2 Mar 2020 11:33:03 +0100 Subject: Running in guix --- kitty/greyscale.conf | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ kitty/kitty.conf | 5 +++++ 2 files changed, 53 insertions(+) create mode 100644 kitty/greyscale.conf (limited to 'kitty') diff --git a/kitty/greyscale.conf b/kitty/greyscale.conf new file mode 100644 index 0000000..02cc41a --- /dev/null +++ b/kitty/greyscale.conf @@ -0,0 +1,48 @@ +foreground #FFFFFF +background #000000 +selection_foreground #FFFFFF +selection_background #EEEEEE + +url_color #ffb86c + +# black +color0 #000000 +color8 #000000 + +# red +color1 #444444 +color9 #555555 + +# green +color2 #888888 +color10 #999999 + +# yellow +color3 #333333 +color11 #DDDDDD + +# blue +color4 #222222 +color12 #333333 + +# magenta +color5 #666666 +color13 #777777 + +# cyan +color6 #AAAAAA +color14 #BBBBBB + +# white +color7 #EEEEEE +color15 #FFFFFF + +# Cursor colors +cursor color15 +cursor_text_color background + +# Tab bar colors +active_tab_foreground #44475a +active_tab_background #f8f8f2 +inactive_tab_foreground #282a36 +inactive_tab_background #6272a4 diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 7af85c7..fb5b78f 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1190,3 +1190,8 @@ include dracula.conf map alt+3 disable_ligatures_in tab cursor map ctrl+shift+plus change_font_size all +2.0 map ctrl+shift+minus change_font_size all -2.0 + + + +# extras +map ctrl+shift+t launch --cwd=current --type=tab -- cgit v1.2.3