nvim+kitty: theme flexoki, use kitty cursor trail
This commit is contained in:
@@ -5,7 +5,9 @@ cursor_blink_interval 0
|
|||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
visual_bell_duration 1.0
|
visual_bell_duration 1.0
|
||||||
|
|
||||||
|
tab_bar_min_tabs 1
|
||||||
tab_bar_style powerline
|
tab_bar_style powerline
|
||||||
|
tab_bar_edge top
|
||||||
tab_bar_filter session:~ or session:^$
|
tab_bar_filter session:~ or session:^$
|
||||||
tab_title_template "{index}:{session_name}:{bell_symbol}{activity_symbol}{title}"
|
tab_title_template "{index}:{session_name}:{bell_symbol}{activity_symbol}{title}"
|
||||||
tab_powerline_style round
|
tab_powerline_style round
|
||||||
@@ -15,6 +17,8 @@ open_url_with qutebrowser
|
|||||||
action_alias launch_tab_home launch --type tab --cwd=~
|
action_alias launch_tab_home launch --type tab --cwd=~
|
||||||
kitten_alias hints hints --hints-background-color red --hints-foreground-color white
|
kitten_alias hints hints --hints-background-color red --hints-foreground-color white
|
||||||
|
|
||||||
|
cursor_trail 1
|
||||||
|
|
||||||
map ctrl+shift+6 no_op
|
map ctrl+shift+6 no_op
|
||||||
map ctrl+shift+0 nth_window -1
|
map ctrl+shift+0 nth_window -1
|
||||||
|
|
||||||
@@ -64,6 +68,6 @@ map ctrl+alt+shift+w detach_window
|
|||||||
map ctrl+alt+shift+x close_session .
|
map ctrl+alt+shift+x close_session .
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Kanagawa
|
# Flexoki (Dark)
|
||||||
include current-theme.conf
|
include current-theme.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
vim.pack.add({ "https://github.com/EdenEast/nightfox.nvim", "https://github.com/rebelot/kanagawa.nvim" })
|
vim.pack.add({
|
||||||
|
"https://github.com/EdenEast/nightfox.nvim",
|
||||||
|
"https://github.com/rebelot/kanagawa.nvim",
|
||||||
|
"https://github.com/kepano/flexoki-neovim",
|
||||||
|
})
|
||||||
|
|
||||||
local cs = require("config.colorscheme")
|
local cs = require("config.colorscheme")
|
||||||
cs.set_colorschemes("kanagawa-wave", "dayfox")
|
cs.set_colorschemes("flexoki", "flexoki")
|
||||||
cs.update_colorscheme()
|
cs.update_colorscheme()
|
||||||
|
|||||||
@@ -21,6 +21,10 @@
|
|||||||
"rev": "fcea7ff883235d9024dc41e638f164a450c14ca2",
|
"rev": "fcea7ff883235d9024dc41e638f164a450c14ca2",
|
||||||
"src": "https://github.com/folke/flash.nvim"
|
"src": "https://github.com/folke/flash.nvim"
|
||||||
},
|
},
|
||||||
|
"flexoki-neovim": {
|
||||||
|
"rev": "c3e2251e813d29d885a7cbbe9808a7af234d845d",
|
||||||
|
"src": "https://github.com/kepano/flexoki-neovim"
|
||||||
|
},
|
||||||
"guess-indent.nvim": {
|
"guess-indent.nvim": {
|
||||||
"rev": "84a4987ff36798c2fc1169cbaff67960aed9776f",
|
"rev": "84a4987ff36798c2fc1169cbaff67960aed9776f",
|
||||||
"src": "https://github.com/NMAC427/guess-indent.nvim"
|
"src": "https://github.com/NMAC427/guess-indent.nvim"
|
||||||
|
|||||||
@@ -46,9 +46,9 @@ fi
|
|||||||
|
|
||||||
XSET=$(readlink -e ~/.config/xsettingsd/xsettingsd.conf)
|
XSET=$(readlink -e ~/.config/xsettingsd/xsettingsd.conf)
|
||||||
if [ "$THEME" = dark ]; then
|
if [ "$THEME" = dark ]; then
|
||||||
kitten themes --reload-in=all Kanagawa
|
kitten themes --reload-in=all 'Flexoki (Dark)'
|
||||||
elif [ "$THEME" = light ]; then
|
elif [ "$THEME" = light ]; then
|
||||||
kitten themes --reload-in=all Dayfox
|
kitten themes --reload-in=all 'Flexoki (Light)'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# GTK
|
# GTK
|
||||||
|
|||||||
Reference in New Issue
Block a user