From cf947b6488eb56b8146731d618bf8678a66d19bf Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sun, 13 Dec 2020 15:48:34 +0100 Subject: [PATCH] Add zathura --- files/.config/alacritty/alacritty.yml | 2 +- .../__pycache__/__init__.cpython-38.opt-1.pyc | Bin 136 -> 136 bytes .../__pycache__/devicons.cpython-38.opt-1.pyc | Bin 4655 -> 4655 bytes .../devicons_linemode.cpython-38.opt-1.pyc | Bin 1000 -> 1000 bytes files/.config/zathura/zathurarc | 44 ++++++++++++++++++ files/linkdots.sh | 2 +- 6 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 files/.config/zathura/zathurarc diff --git a/files/.config/alacritty/alacritty.yml b/files/.config/alacritty/alacritty.yml index e5f5c2d..ca8d45e 100644 --- a/files/.config/alacritty/alacritty.yml +++ b/files/.config/alacritty/alacritty.yml @@ -72,7 +72,7 @@ font: #family: InconsolataLGC Nerd Font Mono #style: Bold Italic - size: 8 + size: 10 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. diff --git a/files/.config/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc b/files/.config/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc index 5a3c95710ce5e6f240fbabdf059918794f6121dc..8b6b512bf8217302ae5cb21f1080633e0f84e5b2 100644 GIT binary patch delta 19 YcmeBR>|o>$<>lpK0D{JCB@?-80VMqdTL1t6 delta 19 ZcmeBR>|o>$<>lpK0D>!=dnR(%0sthg1W5n@ diff --git a/files/.config/ranger/plugins/__pycache__/devicons.cpython-38.opt-1.pyc b/files/.config/ranger/plugins/__pycache__/devicons.cpython-38.opt-1.pyc index 15052120c0af6bb91e1cab81d18c97aadb5453ab..70e62139d61235ea858a39b755f4858cb94b62ef 100644 GIT binary patch delta 20 acmZ3lvR;Kdl$V!_0SFqmm2Biz5dr`+?gYpH delta 20 acmZ3lvR;Kdl$V!_0SK;e?%Bw#A_M?4jRdv; diff --git a/files/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc b/files/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc index 8e7f4dd13cc8b56bfceda630aeb5d348fa62d24e..c36a90eb4736629e20cf276bc21dbe8dd5da1b0f 100644 GIT binary patch delta 20 acmaFC{(_x5l$V!_0SFqmm2Bj`%M1WHvjwUE delta 20 acmaFC{(_x5l$V!_0SK;e?%BwFml*&#QU#a* diff --git a/files/.config/zathura/zathurarc b/files/.config/zathura/zathurarc new file mode 100644 index 0000000..6dc0eae --- /dev/null +++ b/files/.config/zathura/zathurarc @@ -0,0 +1,44 @@ +set synctex true +set synctex-editor-command "nvr --remote +%{line} %{input}" + +set recolor true + +# Lighthaus Colors: +set notification-error-bg "#FC2929" +set notification-error-fg "#18191E" +set notification-warning-bg "#E25600" +set notification-warning-fg "#18191E" +set notification-bg "#D68EB2" +set notification-fg "#18191E" + +set completion-bg "#18191E" +set completion-fg "#44B273" +set completion-group-bg "#18191E" +set completion-group-fg "#44B273" +set completion-highlight-bg "#21252D" +set completion-highlight-fg "#FFFF00" + +set index-bg "#18191E" +set index-fg "#44B273" +set index-active-bg "#21252D" +set index-active-fg "#FFFF00" + +set inputbar-bg "#21252D" +set inputbar-fg "#FFFADE" +set statusbar-bg "#21252D" +set statusbar-fg "#D68EB2" + +set highlight-color "#D68EB2" +set highlight-active-color "#ff79c6" + +set default-bg "#18191E" +set default-fg "#FFEE79" + +set render-loading true +set render-loading-fg "#FFEE79" +set render-loading-bg "#18191E" + +# Recolor mode settings + +set recolor-lightcolor "#21252D" +set recolor-darkcolor "#FFEE79" diff --git a/files/linkdots.sh b/files/linkdots.sh index afd5825..efa3837 100755 --- a/files/linkdots.sh +++ b/files/linkdots.sh @@ -20,7 +20,7 @@ do done # .config directory -conf_files="alacritty dunst i3 neofetch nvim picom.conf polybar ranger rofi" +conf_files="alacritty dunst i3 neofetch nvim picom.conf polybar ranger rofi zathura" for file in $conf_files do rm -rf $HOME/.config/$file