summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-11 13:44:29 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-11 13:44:29 -0700
commit09fd41984a5bde12a9e64a2c63db081fa98aa6c0 (patch)
tree4fcb01aa376c8b722fa1d67aebbc840238c4280c
parent53c186e1a865110a76d71cd07fc8d8a9873a4b39 (diff)
fix: mail highlighting and zathura keybinds
-rw-r--r--.config/nvim/lua/theme.lua5
-rw-r--r--.config/zathura/zathurarc14
2 files changed, 15 insertions, 4 deletions
diff --git a/.config/nvim/lua/theme.lua b/.config/nvim/lua/theme.lua
index df66088..d71c7a7 100644
--- a/.config/nvim/lua/theme.lua
+++ b/.config/nvim/lua/theme.lua
@@ -53,7 +53,7 @@ local color = {
},
aqua = {
[1] = "#8ec07c",
- [2] = "#8cb48d",
+ [2] = "#98c899",
},
purple = {
[0] = "#a68390",
@@ -134,8 +134,11 @@ local theme = {
DiffName = { ctermbg="236", ctermfg="132", guifg=color.purple[1] },
DiffDelete = { ctermbg="236", ctermfg="132", guifg=color.red[1] },
DiffText = { ctermbg="236", ctermfg="179", guifg=color.yellow[1] },
+
helpHyperTextJump = { ctermfg="140", guifg=color.blue[1] },
netrwExe = { guifg=color.aqua[1] },
+ mailQuoted1 = { guifg=color.gray[1] },
+ mailQuoted2 = { guifg=color.gray[3] },
}
local links = {
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index 114c31b..ba13f9a 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -69,11 +69,19 @@ set recolor "true"
# set recolor-keephue true # keep original color
# Distance between successive pages.
-set page-padding 10
+set page-padding 2
#####################
# Hotkeys
#####################
-map <S-=> zoom in
-map - zoom
+map u scroll half-up
+map d scroll half-down
+map D toggle_page_mode
+map r reload
+map R rotate
+map K zoom in
+map J zoom out
+map i recolor
+map p print
+map g goto top