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