X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/baa128cd1c95352103ac83027733489151648f2d..9cfb2638d9dd4a28b055cab36c026624e5bf7af8:/kitty/kitty.conf diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 9790325..0b89c60 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -140,140 +140,7 @@ active_tab_title_template none #: Color scheme {{{ -foreground #dddddd -background #000000 - -#: The foreground and background colors - -background_opacity 1.0 - -#: 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 -#: supported by the OS (for instance, when using a compositor under -#: X11). Note that it only sets the background color's opacity in -#: cells that have the same background color as the default terminal -#: background. This is so that things like the status bar in vim, -#: powerline prompts, etc. still look good. But it means that if you -#: use a color theme with a background color in your editor, it will -#: not be rendered as transparent. Instead you should change the -#: default background color in your kitty config and not use a -#: background color in the editor color scheme. Or use the escape -#: codes to set the terminals default colors in a shell script to -#: launch your editor. Be aware that using a value less than 1.0 is a -#: (possibly significant) performance hit. If you want to dynamically -#: change transparency of windows set dynamic_background_opacity to -#: yes (this is off by default as it has a performance cost) - -background_image none - -#: Path to a background image. Must be in PNG format. - -background_image_layout tiled - -#: Whether to tile or scale the background image. - -background_image_linear no - -#: When background image is scaled, whether linear interpolation -#: should be used. - -dynamic_background_opacity no - -#: Allow changing of the background_opacity dynamically, using either -#: keyboard shortcuts (increase_background_opacity and -#: decrease_background_opacity) or the remote control facility. - -background_tint 0.0 - -#: How much to tint the background image by the background color. The -#: tint is applied only under the text area, not margin/borders. Makes -#: it easier to read the text. Tinting is done using the current -#: background color for each window. This setting applies only if -#: background_opacity is set and transparent windows are supported or -#: background_image is set. - -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 - -#: The foreground for text selected with the mouse. A value of none -#: means to leave the color unchanged. - -selection_background #fffacd - -#: The background for text selected with the mouse. - - -#: The 256 terminal colors. There are 8 basic colors, each color has a -#: dull and bright version, for the first 16 colors. You can set the -#: remaining 240 colors as color16 to color255. - -color0 #000000 -color8 #767676 - -#: black - -color1 #cc0403 -color9 #f2201f - -#: red - -color2 #19cb00 -color10 #23fd00 - -#: green - -color3 #cecb00 -color11 #fffd00 - -#: yellow - -color4 #0d73cc -color12 #1a8fff - -#: blue - -color5 #cb1ed1 -color13 #fd28ff - -#: magenta - -color6 #0dcdcd -color14 #14ffff - -#: cyan - -color7 #dddddd -color15 #ffffff - -#: white - -mark1_foreground black - -#: Color for marks of type 1 - -mark1_background #98d3cb - -#: Color for marks of type 1 (light steel blue) - -mark2_foreground black - -#: Color for marks of type 2 - -mark2_background #f2dcd3 - -#: Color for marks of type 1 (beige) - -mark3_foreground black - -#: Color for marks of type 3 - -mark3_background #f274bc - -#: Color for marks of type 1 (violet) +include colors/nord.conf #: }}}