mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
chore:update and sync submodules
This commit is contained in:
parent
2f1592aa17
commit
a974749f7a
@ -16,7 +16,7 @@ bold_italic_font Jameel Noori Nastaleeq
|
||||
enabled_layouts *
|
||||
window_border_width 1
|
||||
window_margin_width 0
|
||||
window_padding_width 5 10 25
|
||||
window_padding_width 5 10
|
||||
active_border_color #282c34
|
||||
inactive_border_color #22262d
|
||||
inactive_text_alpha 1.0
|
||||
|
@ -6,7 +6,7 @@ set icons
|
||||
set nohidden
|
||||
set period 1
|
||||
set sortby ext
|
||||
set hiddenfiles ".*:*.aux:*.log:*.bbl:*.bcf:*.blg:*.run.xml:*.srt"
|
||||
set hiddenfiles ".*:*.aux:*.log:*.bbl:*.bcf:*.blg:*.run.xml:*.srt:compile_flags.txt"
|
||||
set promptfmt "\033[32m \033[35;1m%d\033[0m\033[1m%f\033[0m"
|
||||
set autoquit true
|
||||
|
||||
@ -24,8 +24,6 @@ cmd on-cd &{{
|
||||
lf -remote "send $id set promptfmt \"$fmt\""
|
||||
}}
|
||||
|
||||
on-cd
|
||||
|
||||
cmd open ${{
|
||||
case $(file --mime-type "$(readlink -f $f)" -b) in
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet) localc $fx ;;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 29104e8c630e32a91b2d8abed230ddc645ad0949
|
||||
Subproject commit ffee7f2ab91d42e1b44af5ca961cbd0c8dda1810
|
@ -1 +1 @@
|
||||
Subproject commit b5218d4f77e882e2b2a6632e723cc7230ab27f3f
|
||||
Subproject commit 9b7c9fe90730f36da17d64d85492dca97b6f2ade
|
@ -1,35 +1,38 @@
|
||||
# vim: filetype=zathurarc
|
||||
|
||||
set database sqlite
|
||||
set notification-error-bg "#f7768e"
|
||||
set notification-error-fg "#a0a8cd"
|
||||
set notification-warning-bg "#e0af68"
|
||||
set notification-warning-fg "#414868"
|
||||
set notification-bg "#1a1b26"
|
||||
set notification-fg "#a0a8cd"
|
||||
set completion-bg "#1a1b26"
|
||||
set completion-fg "#a9b1d6"
|
||||
set completion-group-bg "#1a1b26"
|
||||
set completion-group-fg "#a9b1d6"
|
||||
set completion-highlight-bg "#414868"
|
||||
set completion-highlight-fg "#a0a8cd"
|
||||
set index-bg "#1a1b26"
|
||||
set index-fg "#a0a8cd"
|
||||
set index-active-bg "#414868"
|
||||
set index-active-fg "#a0a8cd"
|
||||
set inputbar-bg "#1a1b26"
|
||||
set inputbar-fg "#a0a8cd"
|
||||
set statusbar-bg "#1a1b26"
|
||||
set statusbar-fg "#a0a8cd"
|
||||
set highlight-color "#e0af68"
|
||||
set highlight-active-color "#9ece6a"
|
||||
set default-bg "#1a1b26"
|
||||
set default-fg "#a0a8cd"
|
||||
set render-loading-fg "#1a1b26"
|
||||
set render-loading-bg "#a0a8cd"
|
||||
set recolor-lightcolor "#1a1b26"
|
||||
set recolor-darkcolor "#a0a8cd"
|
||||
# Tokyonight Moon
|
||||
# https://github.com/folke/tokyonight.nvim/blob/main/extras/zathura/tokyonight_moon.zathurarc
|
||||
set notification-error-bg "#ff757f"
|
||||
set notification-error-fg "#c8d3f5"
|
||||
set notification-warning-bg "#ffc777"
|
||||
set notification-warning-fg "#444a73"
|
||||
set notification-bg "#222436"
|
||||
set notification-fg "#c8d3f5"
|
||||
set completion-bg "#222436"
|
||||
set completion-fg "#828bb8"
|
||||
set completion-group-bg "#222436"
|
||||
set completion-group-fg "#828bb8"
|
||||
set completion-highlight-bg "#444a73"
|
||||
set completion-highlight-fg "#c8d3f5"
|
||||
set index-bg "#222436"
|
||||
set index-fg "#c8d3f5"
|
||||
set index-active-bg "#444a73"
|
||||
set index-active-fg "#c8d3f5"
|
||||
set inputbar-bg "#222436"
|
||||
set inputbar-fg "#c8d3f5"
|
||||
set statusbar-bg "#222436"
|
||||
set statusbar-fg "#c8d3f5"
|
||||
set highlight-color "#ffc777"
|
||||
set highlight-active-color "#c3e88d"
|
||||
set default-bg "#222436"
|
||||
set default-fg "#c8d3f5"
|
||||
set render-loading true
|
||||
set render-loading-fg "#222436"
|
||||
set render-loading-bg "#c8d3f5"
|
||||
set recolor-lightcolor "#222436"
|
||||
set recolor-darkcolor "#c8d3f5"
|
||||
|
||||
set database sqlite
|
||||
set statusbar-h-padding 0
|
||||
set statusbar-v-padding 0
|
||||
set page-padding 1
|
||||
|
Loading…
Reference in New Issue
Block a user