Add more configs
This commit is contained in:
parent
1ce74d4eb8
commit
1335e49a57
|
@ -0,0 +1,57 @@
|
|||
# vim:ft=kitty
|
||||
|
||||
## name: Tokyo Night Storm
|
||||
## license: MIT
|
||||
## author: Folke Lemaitre
|
||||
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_storm.conf
|
||||
|
||||
|
||||
background #24283b
|
||||
foreground #c0caf5
|
||||
selection_background #2e3c64
|
||||
selection_foreground #c0caf5
|
||||
url_color #73daca
|
||||
cursor #c0caf5
|
||||
cursor_text_color #24283b
|
||||
|
||||
# Tabs
|
||||
active_tab_background #7aa2f7
|
||||
active_tab_foreground #1f2335
|
||||
inactive_tab_background #292e42
|
||||
inactive_tab_foreground #545c7e
|
||||
#tab_bar_background #1d202f
|
||||
|
||||
# Windows
|
||||
active_border_color #7aa2f7
|
||||
inactive_border_color #292e42
|
||||
|
||||
# normal
|
||||
color0 #1d202f
|
||||
color1 #f7768e
|
||||
color2 #9ece6a
|
||||
color3 #e0af68
|
||||
color4 #7aa2f7
|
||||
color5 #bb9af7
|
||||
color6 #7dcfff
|
||||
color7 #a9b1d6
|
||||
|
||||
# bright
|
||||
color8 #414868
|
||||
color9 #f7768e
|
||||
color10 #9ece6a
|
||||
color11 #e0af68
|
||||
color12 #7aa2f7
|
||||
color13 #bb9af7
|
||||
color14 #7dcfff
|
||||
color15 #c0caf5
|
||||
|
||||
# extended colors
|
||||
color16 #ff9e64
|
||||
color17 #db4b4b
|
||||
|
||||
font_family MesloLGS NF
|
||||
font_size 13.0
|
||||
|
||||
## Settings
|
||||
|
||||
enable_audio_bell no
|
|
@ -0,0 +1,7 @@
|
|||
set hidden
|
||||
set icons
|
||||
set number
|
||||
set relativenumber
|
||||
set shell zsh
|
||||
set promptfmt "\033[34;1m%d\033[0m\033[1m%f\033[0m"
|
||||
map D $trash $fx
|
|
@ -0,0 +1,12 @@
|
|||
ctrl+b script-binding toggle_mpvDLNA
|
||||
; script-binding text_mpvDLNA
|
||||
: script-binding command_mpvDLNA
|
||||
|
||||
- add video-zoom -.25
|
||||
+ add video-zoom .25
|
||||
|
||||
ctrl+f5 add video-pan-y .05
|
||||
ctrl+f2 add video-pan-x -.05
|
||||
ctrl+f3 add video-pan-y -.05
|
||||
ctrl+f4 add video-pan-x .05
|
||||
|
|
@ -0,0 +1 @@
|
|||
python_version=python
|
Loading…
Reference in New Issue