Skip to content

Instantly share code, notes, and snippets.

@usirin
Created September 6, 2021 22:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save usirin/75f30de851c901ab0591de40744b35ad to your computer and use it in GitHub Desktop.
Save usirin/75f30de851c901ab0591de40744b35ad to your computer and use it in GitHub Desktop.
kitty-bleed-purple
# Color scheme {{{
# The foreground color
foreground #adadb8
# The background color
background #18181b
# 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 default background color's opacity. 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.
# background_opacity 1.0
# How much to dim text that has the DIM/FAINT attribute set. 1.0 means no dimming and
# 0.0 means fully dimmed (i.e. invisible).
# dim_opacity 0.75
# The foreground for selections
# selection_foreground #e0e0e0
# The background for selections
# selection_background #9147ff
# 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 color256.
# black
color0 #1f1f23
color8 #26262c
# red
color1 #bb1411
color9 #e91916
# green
color2 #00ad96
color10 #00f593
# yellow
color3 #ffd37a
color11 #ffe4ad
# blue
color4 #1f69ff
color12 #528bff
# magenta
color5 #9147ff
color13 #a970ff
# cyan
color6 #018383
color14 #00a3a3
# white
color7 #d3d3d9
color15 #efeff1
# }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment