diff --git a/.config/kitty/dracula.conf b/.config/kitty/dracula.conf index 8524017..bcf5a1e 100755 --- a/.config/kitty/dracula.conf +++ b/.config/kitty/dracula.conf @@ -9,8 +9,8 @@ # Alternatively copy paste below directly into kitty.conf foreground #f8f8f2 -#background #282a36 -background #000000 +background #282a36 +#background #000000 selection_foreground #44475a selection_background #f8f8f2 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 7753b25..0e0bbd1 100755 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -4,15 +4,10 @@ font_size 10 adjust_line_height 105% -cursor #32CD32 cursor_shape underline scrollback_lines 10000 -url_color #20B2AA -foreground #32CD32 -background #000000 - background_opacity 0.8 editor vim diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..d4f71de --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,58 @@ +set window-title-basename "true" +set selection-clipboard "clipboard" + +# Dracula color theme for Zathura +# Swaps Foreground for Background to get a light version if the user prefers + +# +# Dracula color theme +# + +set notification-error-bg "#ff5555" # Red +set notification-error-fg "#f8f8f2" # Foreground +set notification-warning-bg "#ffb86c" # Orange +set notification-warning-fg "#44475a" # Selection +set notification-bg "#282a36" # Background +set notification-fg "#f8f8f2" # Foreground + +set completion-bg "#282a36" # Background +set completion-fg "#6272a4" # Comment +set completion-group-bg "#282a36" # Background +set completion-group-fg "#6272a4" # Comment +set completion-highlight-bg "#44475a" # Selection +set completion-highlight-fg "#f8f8f2" # Foreground + +set index-bg "#282a36" # Background +set index-fg "#f8f8f2" # Foreground +set index-active-bg "#44475a" # Current Line +set index-active-fg "#f8f8f2" # Foreground + +set inputbar-bg "#282a36" # Background +set inputbar-fg "#f8f8f2" # Foreground +set statusbar-bg "#282a36" # Background +set statusbar-fg "#f8f8f2" # Foreground + +set highlight-color "#ffb86c" # Orange +set highlight-active-color "#ff79c6" # Pink + +set default-bg "#282a36" # Background +set default-fg "#f8f8f2" # Foreground + +set render-loading true +set render-loading-fg "#282a36" # Background +set render-loading-bg "#f8f8f2" # Foreground + +# +# Recolor mode settings +# + +set recolor-lightcolor "#282a36" # Background +set recolor-darkcolor "#f8f8f2" # Foreground + +# +# Startup options +# +set adjust-open width +set recolor true +set synctex true +set synctex-editor-command "code -g %{input}:%{line}"