From 6b78761509c911b87c651496c6788f5d99c6c799 Mon Sep 17 00:00:00 2001 From: q3aql Date: Thu, 7 Apr 2022 21:27:22 +0200 Subject: [PATCH] Dotfiles config update (2022-04-07) --- .config/kitty/kitty-themes/OneDark.conf | 4 ++-- .config/kitty/kitty.conf | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/kitty/kitty-themes/OneDark.conf b/.config/kitty/kitty-themes/OneDark.conf index 3d72d51..d8d195e 100644 --- a/.config/kitty/kitty-themes/OneDark.conf +++ b/.config/kitty/kitty-themes/OneDark.conf @@ -1,4 +1,4 @@ -# One Dark by Giuseppe Cesarano, https://github.com/GiuseppeCesarano +# One Dark by q3aql, https://github.com/q3aql # This work is licensed under the terms of the GPL-2.0 license. # For a copy, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html. @@ -10,7 +10,7 @@ color1 #e06c75 color2 #98c379 color3 #d19a66 color4 #61afef -color5 #e06c75 +color5 #c678dd color6 #56b6c2 color7 #979eab color8 #393e48 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 1b55662..371afd3 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -6,5 +6,9 @@ italic_font auto bold_italic_font auto font_size 10.0 +#: Cursor +cursor_shape beam +cursor_beam_thickness 1.8 + #: Load default theme include ./theme.conf