dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit b5dc5245f249ab7fc7fb406c221bf0386e8cfa6c
parent e3fbcbe9042906052ddba6a7b62fba66169f19b9
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Fri, 14 Jan 2022 16:27:35 -0800

Kitty mod changes, many other changes too

Diffstat:
M.config/kitty/kitty.conf | 117+++++++++++++++++++++++++++++++++-----------------------------------------------
1 file changed, 48 insertions(+), 69 deletions(-)

diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf @@ -6,7 +6,7 @@ #: individual font faces and even specify special fonts for particular #: characters. -font_family Hasklig +font_family Iosevka bold_font auto italic_font auto bold_italic_font auto @@ -150,12 +150,10 @@ box_drawing_scale 0.001, 1, 1.5, 2 #: }}} #: Cursor customization {{{ - -cursor #38fe27 +# cursor #38fe27 #: Default cursor color - -cursor_text_color #28fe14 +# 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 @@ -244,8 +242,7 @@ mouse_hide_wait -1 #: typing text. Disabled by default on macOS as getting it to work #: robustly with the ever-changing sea of bugs that is Cocoa is too #: much effort. - -url_color #0000d7 +# url_color #0000d7 url_style double #: The color and style for highlighting URLs on mouse-over. url_style @@ -474,17 +471,14 @@ placement_strategy center #: this option. Using a value of center means the cell area will be #: placed centrally. A value of top-left means the padding will be on #: only the bottom and right edges. - -active_border_color #00ff00 +# active_border_color #00ff00 #: The color for the border of the active window. Set this to none to #: not draw borders around the active window. - -inactive_border_color #cccccc +# inactive_border_color #cccccc #: The color for the border of inactive windows - -bell_border_color #ff5a00 +# bell_border_color #ff5a00 #: The color for the border of inactive windows in which a bell has #: occurred @@ -605,17 +599,15 @@ active_tab_title_template none #: Template to use for active tabs, if not specified falls back to #: tab_title_template. - -active_tab_foreground #000 -active_tab_background #eee +# active_tab_foreground #000 +# active_tab_background #eee active_tab_font_style bold-italic -inactive_tab_foreground #444 -inactive_tab_background #999 +# inactive_tab_foreground #444 +# inactive_tab_background #999 inactive_tab_font_style normal #: Tab bar colors and styles - -tab_bar_background none +# tab_bar_background none #: Background color for the tab bar. Defaults to using the terminal #: background color. @@ -623,9 +615,8 @@ tab_bar_background none #: }}} #: Color scheme {{{ - -foreground #dddddd -background #000000 +# foreground #dddddd +# background #000000 #: The foreground and background colors @@ -680,13 +671,11 @@ dim_opacity 0.75 #: How much to dim text that has the DIM/FAINT attribute set. One #: means no dimming and zero means fully dimmed (i.e. invisible). - -selection_foreground #000000 +# selection_foreground #000000 #: The foreground for text selected with the mouse. A value of none #: means to leave the color unchanged. - -selection_background #fffacd +# selection_background #fffacd #: The background for text selected with the mouse. @@ -694,71 +683,56 @@ selection_background #fffacd #: The 16 terminal colors. There are 8 basic colors, each color has a #: dull and bright version. You can also set the remaining colors from #: the 256 color table as color16 to color255. - - -color0 #000000 -color8 #000000 +# color0 #000000 +# color8 #000000 #: black - -color1 #c33720 -color9 #c33720 +# color1 #c33720 +# color9 #c33720 #: red - -color2 #34bc26 -color10 #34bc26 +# color2 #34bc26 +# color10 #34bc26 #: green - -color3 #afad24 -color11 #afad24 +# color3 #afad24 +# color11 #afad24 #: yellow - -color4 #532fe1 -color12 #532fe1 +# color4 #532fe1 +# color12 #532fe1 #: blue - -color5 #d43bd3 -color13 #d43bd3 +# color5 #d43bd3 +# color13 #d43bd3 #: magenta - -color6 #34bbc8 -color14 #34bbc8 +# color6 #34bbc8 +# color14 #34bbc8 #: cyan - -color7 #cccccc -color15 #cccccc +# color7 #cccccc +# color15 #cccccc #: white - -mark1_foreground black +# mark1_foreground black #: Color for marks of type 1 - -mark1_background #98d3cb +# mark1_background #98d3cb #: Color for marks of type 1 (light steel blue) - -mark2_foreground black +# mark2_foreground black #: Color for marks of type 2 - -mark2_background #f2dcd3 +# mark2_background #f2dcd3 #: Color for marks of type 1 (beige) - -mark3_foreground black +# mark3_foreground black #: Color for marks of type 3 - -mark3_background #f274bc +# mark3_background #f274bc #: Color for marks of type 1 (violet) @@ -882,8 +856,7 @@ term xterm-kitty #: }}} #: OS specific tweaks {{{ - -macos_titlebar_color system +# macos_titlebar_color system #: Change the color of the kitty window's titlebar on macOS. A value #: of system means to use the default system color, a value of @@ -1012,7 +985,7 @@ linux_display_server auto #: map ctrl+f>2 set_font_size 20 -kitty_mod alt +kitty_mod ctrl+shift #: The value of kitty_mod is used as the modifier for all default #: shortcuts, you can change it in your kitty.conf to change the @@ -1087,8 +1060,7 @@ map kitty_mod+h show_scrollback #: }}} #: Window management {{{ - -map kitty_mod+enter new_window +map kitty_mod+space new_window #: You can open a new window running an arbitrary program, for #: example:: @@ -1314,3 +1286,9 @@ map kitty_mod+delete clear_terminal reset active #: }}} # }}} + + +# BEGIN_KITTY_THEME +# Dark Pastel +include current-theme.conf +# END_KITTY_THEME+ \ No newline at end of file