kitty: Zenbones dark+warm colors
- Id
- f7b107681aa01a8645b08e4efe31678f00f2ac43
- Author
- Caio
- Commit time
- 2022-08-28T10:41:39+02:00
Modified config/kitty/kitty.conf
enable_audio_bell no
mouse_hide_wait 0
-include colors/zenflesh.conf
+include colors/zenbones_dark_warm.conf
Created config/kitty/colors/zenbones_dark_warm.conf
+# This file is auto-generated by shipwright.nvim
+# vim:ft=kitty
+## name: zenbones_dark
+## author: Michael Chris Lopez
+## license: MIT
+## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenbones_dark.conf
+## blurb: A contrast-based colorscheme.
+foreground #B4BDC3
+# background #1C1917
+background #221F1D
+selection_foreground #B4BDC3
+selection_background #3D4042
+# Cursor colors
+cursor #C4CACF
+cursor_text_color #1C1917
+# URL underline color when hovering with mouse
+# kitty window border colors
+# OS Window titlebar colors
+# Tab bar colors
+active_tab_foreground #B4BDC3
+active_tab_background #65435E
+inactive_tab_foreground #B4BDC3
+inactive_tab_background #352F2D
+# Colors for marks (marked text in the terminal)
+# The basic 16 colors
+# black
+color0 #1C1917
+color8 #403833
+# red
+color1 #DE6E7C
+color9 #E8838F
+# green
+color2 #819B69
+color10 #8BAE68
+# yellow
+color3 #B77E64
+color11 #D68C67
+# blue
+color4 #6099C0
+color12 #61ABDA
+# magenta
+color5 #B279A7
+color13 #CF86C1
+# cyan
+color6 #66A5AD
+color14 #65B8C1
+# white
+color7 #B4BDC3
+color15 #888F94
+# You can set the remaining 240 colors as color16 to color255.
Deleted config/kitty/colors/zenflesh.conf
-# This file is auto-generated from lua/zenbones/template/kitty.lua
-# vim:ft=kitty
-## name: zenflesh
-## license: MIT
-## author: Michael Chris Lopez
-## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenflesh.conf
-
-background #221F1E
-foreground #B4BDC3
-selection_background #37393B
-selection_foreground #B4BDC3
-url_color #61ABDA
-cursor #B4BDC3
-
-# Tabs
-active_tab_background #73516C
-active_tab_foreground #B4BDC3
-inactive_tab_background #3D3836
-inactive_tab_foreground #B4BDC3
-#tab_bar_background ${tab_bar_background}
-
-# normal
-color0 #1C1918
-color1 #DE6E7C
-color2 #819B69
-color3 #B77E64
-color4 #6099C0
-color5 #B279A7
-color6 #66A5AD
-color7 #B4BDC3
-
-# bright
-color8 #3E3834
-color9 #E8838F
-color10 #8BAE68
-color11 #D68C67
-color12 #61ABDA
-color13 #CF86C1
-color14 #65B8C1
-color15 #888F94