mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-05-31 14:17:00 +02:00
Merge pull request #17 from bakageddy/kanso-mist
Port Kanso Mist for Zathura, URxvt and Kanso Pearl for Wezterm
This commit is contained in:
commit
f0b41d6235
4 changed files with 114 additions and 0 deletions
36
extras/urxvt/kanso-mist/.Xresources
Normal file
36
extras/urxvt/kanso-mist/.Xresources
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
! special
|
||||
*.foreground: #C5C9C7
|
||||
*.background: #22262D
|
||||
*.cursorColor: #C5C9C7
|
||||
|
||||
! black
|
||||
*.color0: #22262D
|
||||
*.color8: #A4A7A4
|
||||
|
||||
! red
|
||||
*.color1: #c4746e
|
||||
*.color9: #e46876
|
||||
|
||||
! green
|
||||
*.color2: #8a9a7b
|
||||
*.color10: #87a987
|
||||
|
||||
! yellow
|
||||
*.color3: #c4b28a
|
||||
*.color11: #e6c384
|
||||
|
||||
! blue
|
||||
*.color4: #8ba4b0
|
||||
*.color12: #7fb4ca
|
||||
|
||||
! magenta
|
||||
*.color5: #a292a3
|
||||
*.color13: #938aa9
|
||||
|
||||
! cyan
|
||||
*.color6: #8ea4a2
|
||||
*.color14: #7aa89f
|
||||
|
||||
! white
|
||||
*.color7: #c8c093
|
||||
*.color15: #c5c9c7
|
||||
41
extras/wezterm/kanso-pearl.lua
Normal file
41
extras/wezterm/kanso-pearl.lua
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
-- Kanso Pearl
|
||||
local config = {
|
||||
force_reverse_video_cursor = true,
|
||||
colors = {
|
||||
foreground = "#22262D",
|
||||
background = "#F2F1EF",
|
||||
|
||||
cursor_bg = "#22262D",
|
||||
cursor_fg = "#F2F1EF",
|
||||
cursor_border = "#C5C9C7",
|
||||
|
||||
selection_fg = "#22262D",
|
||||
selection_bg = "#E2E1DF",
|
||||
|
||||
scrollbar_thumb = "#43464E",
|
||||
split = "#43464E",
|
||||
|
||||
ansi = {
|
||||
"#22262D",
|
||||
"#c84053",
|
||||
"#6f894e",
|
||||
"#77713f",
|
||||
"#4d699b",
|
||||
"#b35b79",
|
||||
"#597b75",
|
||||
"#545464",
|
||||
},
|
||||
brights = {
|
||||
"#6d6f6e",
|
||||
"#d7474b",
|
||||
"#6e915f",
|
||||
"#836f4a",
|
||||
"#6693bf",
|
||||
"#624c83",
|
||||
"#5e857a",
|
||||
"#43436c",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
return config
|
||||
37
extras/zathura/kanso-mist.zathurarc
Normal file
37
extras/zathura/kanso-mist.zathurarc
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
set notification-error-bg "#22262D"
|
||||
set notification-error-fg "#C4746E"
|
||||
set notification-warning-bg "#22262D"
|
||||
set notification-warning-fg "#E6C384"
|
||||
set notification-bg "#22262D"
|
||||
set notification-fg "#C5C9C7"
|
||||
|
||||
set completion-bg "#22262D"
|
||||
set completion-fg "#C5C9C7"
|
||||
set completion-group-bg "#22262D"
|
||||
set completion-group-fg "#C5C9C7"
|
||||
set completion-highlight-bg "#7AA98F"
|
||||
set completion-highlight-fg "#22262D"
|
||||
|
||||
set index-bg "#22262D"
|
||||
set index-fg "#A4A7A4"
|
||||
set index-active-bg "#A4A7A4"
|
||||
set index-active-fg "#22262D"
|
||||
|
||||
set inputbar-bg "#22262D"
|
||||
set inputbar-fg "#C5C9C7"
|
||||
|
||||
set statusbar-bg "#22262D"
|
||||
set statusbar-fg "#C5C9C7"
|
||||
|
||||
set highlight-color "#E6C384"
|
||||
set highlight-active-color "#C4746E"
|
||||
|
||||
set default-bg "#22262D"
|
||||
set default-fg "#C5C9C7"
|
||||
set render-loading "true"
|
||||
set render-loading-bg "#22262D"
|
||||
set render-loading-fg "#C5C9C7"
|
||||
|
||||
set recolor-lightcolor "#22262D"
|
||||
set recolor-darkcolor "#C5C9C7"
|
||||
set recolor "true"
|
||||
Loading…
Add table
Add a link
Reference in a new issue