diff --git a/.config/nvim/lsp/texlab.lua b/.config/nvim/lsp/texlab.lua index a774760..18a359d 100644 --- a/.config/nvim/lsp/texlab.lua +++ b/.config/nvim/lsp/texlab.lua @@ -145,18 +145,11 @@ return { forwardSearchAfter = true, }, forwardSearch = { - executable = 'sioyek', + executable = 'zathura', args = { - '--reuse-window', - '--execute-command', - 'toggle_synctex', - '--inverse-search', - 'texlab inverse-search -i \"%%1\" -l %%2', - '--forward-search-file', - '%f', - '--forward-search-line', - '%l', - '%p', + '--synctex-forward', + '%l:1:%f', + '%p' }, }, chktex = { diff --git a/.config/zathura/zat b/.config/zathura/zat deleted file mode 100644 index 1e02a5e..0000000 Binary files a/.config/zathura/zat and /dev/null differ diff --git a/.config/zathura/zathura-solarized-master/LICENSE b/.config/zathura/zathura-solarized-master/LICENSE deleted file mode 100644 index a6777a9..0000000 --- a/.config/zathura/zathura-solarized-master/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2011 Ethan Schoonover - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/.config/zathura/zathura-solarized-master/README.md b/.config/zathura/zathura-solarized-master/README.md deleted file mode 100644 index 20a4435..0000000 --- a/.config/zathura/zathura-solarized-master/README.md +++ /dev/null @@ -1,31 +0,0 @@ -Solarized color scheme for the Zathura -============================= - -Visit the [Solarized homepage] ------------------------------- - -See the [Solarized homepage] for screenshots, details and colorscheme versions for Vim, Mutt, popular terminal emulators and other applications. - - -Installation ------------- -The dark or the light themes are available. To install the dark version please do the following: - - $ cd zathura-solarized - $ cp zathura-solarized-dark ~/.config/zathura/zathurarc - -To install the light version go with: - - $ cd zathura-solarized - $ cp zathura-solarized-light ~/.config/zathura/zathurarc - -Screenshots ------------ - -![dark main content](screenshot/dark-main-mode.png) -![solarized index](screenshot/dark-index-mode.png) - - -[Solarized homepage]: http://ethanschoonover.com/solarized -[Solarized repository]: https://github.com/altercation/solarized -[zathura-solarized repository]: https://github.com/lennonwoo/zathura-solarized diff --git a/.config/zathura/zathura-solarized-master/screenshot/dark-index-mode.png b/.config/zathura/zathura-solarized-master/screenshot/dark-index-mode.png deleted file mode 100644 index b0a7894..0000000 Binary files a/.config/zathura/zathura-solarized-master/screenshot/dark-index-mode.png and /dev/null differ diff --git a/.config/zathura/zathura-solarized-master/screenshot/dark-main-mode.png b/.config/zathura/zathura-solarized-master/screenshot/dark-main-mode.png deleted file mode 100644 index 0b2ef99..0000000 Binary files a/.config/zathura/zathura-solarized-master/screenshot/dark-main-mode.png and /dev/null differ diff --git a/.config/zathura/zathura-solarized-master/zathura-solarized-dark b/.config/zathura/zathura-solarized-master/zathura-solarized-dark deleted file mode 100644 index ae382d3..0000000 --- a/.config/zathura/zathura-solarized-master/zathura-solarized-dark +++ /dev/null @@ -1,41 +0,0 @@ -# zathurarc-dark -set notification-error-bg "#586e75" # base01 # seem not work -set notification-error-fg "#dc322f" # red -set notification-warning-bg "#586e75" # base01 -set notification-warning-fg "#dc322f" # red -set notification-bg "#586e75" # base01 -set notification-fg "#b58900" # yellow - -set completion-group-bg "#002b36" # base03 -set completion-group-fg "#839496" # base0 -set completion-bg "#073642" # base02 -set completion-fg "#93a1a1" # base1 -set completion-highlight-bg "#586e75" # base01 -set completion-highlight-fg "#eee8d5" # base2 - -# Define the color in index mode -set index-bg "#073642" # base02 -set index-fg "#93a1a1" # base1 -set index-active-bg "#586e75" # base01 -set index-active-fg "#eee8d5" # base2 - -set inputbar-bg "#586e75" # base01 -set inputbar-fg "#eee8d5" # base2 - -set statusbar-bg "#073642" # base02 -set statusbar-fg "#93a1a1" # base1 - -set highlight-color "#657b83" # base00 # hightlight match when search keyword(vim's /) -set highlight-active-color "#268bd2" # blue - -set default-bg "#073642" # base02 -set default-fg "#93a1a1" # base1 -# set render-loading true -# set render-loading-fg "#073642" # base02 -# set render-loading-bg "#073642" # base02 - -# Recolor book content's color -set recolor true -set recolor-lightcolor "#073642" # base02 -set recolor-darkcolor "#93a1a1" # base1 -# set recolor-keephue true # keep original color diff --git a/.config/zathura/zathura-solarized-master/zathura-solarized-light b/.config/zathura/zathura-solarized-master/zathura-solarized-light deleted file mode 100644 index 9af3551..0000000 --- a/.config/zathura/zathura-solarized-master/zathura-solarized-light +++ /dev/null @@ -1,43 +0,0 @@ -# zathurarc-light -set notification-error-bg "#eee8d5" # base2 # seem not work -set notification-error-fg "#dc322f" # red -set notification-warning-bg "#eee8d5" # base2 -set notification-warning-fg "#dc322f" # red -set notification-bg "#eee8d5" # base2 -set notification-fg "#268bd2" # blue - -set completion-bg "#fdf6e3" # base3 -set completion-fg "#657b83" # base00 -set completion-group-bg "#eee8d5" # base2 -set completion-group-fg "#586e75" # base01 -set completion-highlight-bg "#93a1a1" # base1 -set completion-highlight-fg "#073642" # base02 - -# Define the color in index mode -set index-bg "#fdf6e3" # base3 -set index-fg "#657b83" # base00 -set index-active-bg "#eee8d5" # base2 -set index-active-fg "#586e75" # base01 - -set inputbar-bg "#93a1a1" # base1 -set inputbar-fg "#073642" # base02 - -set statusbar-bg "#fdf6e3" # base3 -set statusbar-fg "#657b83" # base00 - -set highlight-color "#839496" # base0 # hightlight match when search keyword(vim's /) -set highlight-active-color "#cb4616" # orange - -set default-bg "#fdf6e3" # base3 -set default-fg "#657b83" # base00 -set render-loading true -# set render-loading-fg "#fdf6e3" # base3 -# set render-loading-bg "#fdf6e3" # base3 - -# Recolor book content's color -# verbose -# verbose -set recolor-lightcolor "#fdf6e3" # base3 -set recolor-darkcolor "#657b83" # base00 -set recolor "true" -# set recolor-keephue true # keep original color diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 3244b5b..5c6d9a9 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,41 +1,45 @@ -# zathurarc-dark -set notification-error-bg "#586e75" # base01 # seem not work -set notification-error-fg "#dc322f" # red -set notification-warning-bg "#586e75" # base01 -set notification-warning-fg "#dc322f" # red -set notification-bg "#586e75" # base01 -set notification-fg "#b58900" # yellow +set notification-error-bg "rgba(40,40,40,1)" # bg +set notification-error-fg "rgba(251,73,52,1)" # bright:red +set notification-warning-bg "rgba(40,40,40,1)" # bg +set notification-warning-fg "rgba(250,189,47,1)" # bright:yellow +set notification-bg "rgba(40,40,40,1)" # bg +set notification-fg "rgba(184,187,38,1)" # bright:green -set completion-group-bg "#002b36" # base03 -set completion-group-fg "#839496" # base0 -set completion-bg "#073642" # base02 -set completion-fg "#93a1a1" # base1 -set completion-highlight-bg "#586e75" # base01 -set completion-highlight-fg "#eee8d5" # base2 +set completion-bg "rgba(80,73,69,1)" # bg2 +set completion-fg "rgba(235,219,178,1)" # fg +set completion-group-bg "rgba(60,56,54,1)" # bg1 +set completion-group-fg "rgba(146,131,116,1)" # gray +set completion-highlight-bg "rgba(131,165,152,1)" # bright:blue +set completion-highlight-fg "rgba(80,73,69,1)" # bg2 # Define the color in index mode -set index-bg "#073642" # base02 -set index-fg "#93a1a1" # base1 -set index-active-bg "#586e75" # base01 -set index-active-fg "#eee8d5" # base2 +set index-bg "rgba(80,73,69,1)" # bg2 +set index-fg "rgba(235,219,178,1)" # fg +set index-active-bg "rgba(131,165,152,1)" # bright:blue +set index-active-fg "rgba(80,73,69,1)" # bg2 -set inputbar-bg "#586e75" # base01 -set inputbar-fg "#eee8d5" # base2 +set inputbar-bg "rgba(40,40,40,1)" # bg +set inputbar-fg "rgba(235,219,178,1)" # fg -set statusbar-bg "#073642" # base02 -set statusbar-fg "#93a1a1" # base1 +set statusbar-bg "rgba(80,73,69,1)" # bg2 +set statusbar-fg "rgba(235,219,178,1)" # fg -set highlight-color "#657b83" # base00 # hightlight match when search keyword(vim's /) -set highlight-active-color "#268bd2" # blue +set highlight-color "rgba(250,189,47,0.5)" # bright:yellow +set highlight-active-color "rgba(254,128,25,0.5)" # bright:orange -set default-bg "#073642" # base02 -set default-fg "#93a1a1" # base1 -# set render-loading true -# set render-loading-fg "#073642" # base02 -# set render-loading-bg "#073642" # base02 +set default-bg "rgba(40,40,40,1)" # bg +set default-fg "rgba(235,219,178,1)" # fg +set render-loading true +set render-loading-bg "rgba(40,40,40,1)" # bg +set render-loading-fg "rgba(235,219,178,1)" # fg # Recolor book content's color -set recolor false -set recolor-lightcolor "#073642" # base02 -set recolor-darkcolor "#93a1a1" # base1 -# set recolor-keephue true # keep original color +set recolor-lightcolor "rgba(40,40,40,1)" # bg +set recolor-darkcolor "rgba(235,219,178,1)" # fg +set recolor "false" +set recolor-keephue "true" # keep original color + +unmap [normal] q + +set synctex true +set synctex-editor-command "texlab inverse-search -i %{input} -l %{line}"