Theme update
This commit is contained in:
@@ -1,32 +1,59 @@
|
||||
# One Dark by Giuseppe Cesarano, https://github.com/GiuseppeCesarano
|
||||
# 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.
|
||||
# vim:ft=kitty
|
||||
|
||||
# Colors
|
||||
## name: Doom Vibrant
|
||||
## author: Henrik Lissner <https://github.com/hlissner>
|
||||
## license: MIT
|
||||
## blurb: A version of Doom One Emacs theme that uses more vibrant colors.
|
||||
|
||||
foreground #979eab
|
||||
background #282c34
|
||||
# The basic colors
|
||||
foreground #bbc2cf
|
||||
background #242730
|
||||
selection_foreground #bbc2cf
|
||||
selection_background #6A8FBF
|
||||
|
||||
color0 #282c34
|
||||
color1 #e06c75
|
||||
color2 #98c379
|
||||
color3 #e5c07b
|
||||
color4 #61afef
|
||||
color5 #be5046
|
||||
color6 #56b6c2
|
||||
color7 #979eab
|
||||
color8 #393e48
|
||||
color9 #d19a66
|
||||
color10 #56b6c2
|
||||
color11 #e5c07b
|
||||
color12 #61afef
|
||||
color13 #be5046
|
||||
color14 #56b6c2
|
||||
color15 #abb2bf
|
||||
# Cursor colors
|
||||
cursor #bbc2cf
|
||||
cursor_text_color #242730
|
||||
|
||||
# Tab Bar
|
||||
# kitty window border colors
|
||||
active_border_color #46D9FF
|
||||
inactive_border_color #484854
|
||||
|
||||
active_tab_foreground #282c34
|
||||
active_tab_background #979eab
|
||||
inactive_tab_foreground #abb2bf
|
||||
inactive_tab_background #282c34
|
||||
# Tab bar colors
|
||||
active_tab_foreground #242730
|
||||
active_tab_background #DFDFDF
|
||||
inactive_tab_foreground #484854
|
||||
inactive_tab_background #5D656B
|
||||
|
||||
# The basic 16 colors
|
||||
# black
|
||||
color0 #2a2e38
|
||||
color8 #484854
|
||||
|
||||
# red
|
||||
color1 #ff665c
|
||||
color9 #ff665c
|
||||
|
||||
# green
|
||||
color2 #7bc275
|
||||
color10 #99bb66
|
||||
|
||||
# yellow
|
||||
color3 #fcce7b
|
||||
color11 #ecbe7b
|
||||
|
||||
# blue
|
||||
color4 #51afef
|
||||
color12 #51afef
|
||||
|
||||
# magenta
|
||||
color5 #C57BDB
|
||||
color13 #c678dd
|
||||
|
||||
# cyan
|
||||
color6 #5cEfFF
|
||||
color14 #46D9FF
|
||||
|
||||
# white
|
||||
color7 #DFDFDF
|
||||
color15 #bbc2cf
|
||||
|
||||
@@ -23,7 +23,7 @@ font_family Fira Code Regular Nerd Font Complete Mono
|
||||
#: italic_font Operator Mono Book Italic
|
||||
#: bold_italic_font Operator Mono Medium Italic
|
||||
|
||||
font_size 12.0
|
||||
font_size 14.0
|
||||
|
||||
#: Font size (in pts)
|
||||
|
||||
@@ -640,7 +640,7 @@ enabled_layouts vertical, tall, grid
|
||||
|
||||
#: The foreground and background colors
|
||||
|
||||
background_opacity 0.97
|
||||
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
|
||||
@@ -1350,6 +1350,6 @@ mouse_map ctrl+shift+left click ungrabbed mouse_click
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# One Dark
|
||||
# Doom Vibrant
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
||||
Reference in New Issue
Block a user