dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit 93d7716feb43e57a832b43b55473b51cdd80ee0f
parent 608aa035ff735e64d264ab70efb53ecb7368c43e
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Sat,  2 Oct 2021 01:13:43 -0700

basic terminal colors

Diffstat:
M.config/kitty/kitty.conf | 42++++++++++++++++++++++--------------------
1 file changed, 22 insertions(+), 20 deletions(-)

diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf @@ -151,11 +151,11 @@ box_drawing_scale 0.001, 1, 1.5, 2 #: Cursor customization {{{ -cursor #cccccc +cursor #38fe27 #: Default cursor color -cursor_text_color #111111 +cursor_text_color #28fe14 #: Choose the color of text under the cursor. If you want it rendered #: with the background color of the cell underneath instead, use the @@ -245,8 +245,8 @@ mouse_hide_wait -1 #: robustly with the ever-changing sea of bugs that is Cocoa is too #: much effort. -url_color #0087bd -url_style curly +url_color #0000d7 +url_style double #: The color and style for highlighting URLs on mouse-over. url_style #: can be one of: none, single, double, curly @@ -629,7 +629,7 @@ background #000000 #: The foreground and background colors -background_opacity 0.8 +background_opacity 0.9 #: The opacity of the background. A number between 0 and 1, where 1 is #: opaque and 0 is fully transparent. This will only work if @@ -697,42 +697,44 @@ selection_background #fffacd color0 #000000 -color8 #767676 +color8 #000000 #: black -color1 #cc0403 -color9 #f2201f +color1 #c33720 +color9 #c33720 #: red -color2 #19cb00 -color10 #23fd00 +color2 #34bc26 +color10 #34bc26 #: green -color3 #cecb00 -color11 #fffd00 +color3 #afad24 +color11 #afad24 #: yellow -color4 #0d73cc -color12 #1a8fff +color4 #532fe1 +color12 #532fe1 #: blue -color5 #cb1ed1 -color13 #fd28ff +color5 #d43bd3 +color13 #d43bd3 #: magenta -color6 #0dcdcd -color14 #14ffff +color6 #34bbc8 +color14 #34bbc8 #: cyan -color7 #dddddd -color15 #ffffff +color7 #cccccc +color15 #cccccc + + #: white