Add kitty, ranger, zathura

pull/1/head
Oystein Kristoffer Tveit 2021-02-07 14:24:35 +01:00
parent 0631809876
commit f592ac26f6
4 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,37 @@
# special
foreground #f8f8f2
background #272822
cursorColor #f8f8f2
# black
color0 #272822
color8 #75715e
# red
color1 #f92672
color9 #f92672
# green
color2 #a6e22e
color10 #a6e22e
# yellow
color3 #f4bf75
color11 #f4bf75
# blue
color4 #66d9ef
color12 #66d9ef
# magenta
color5 #ae81ff
color13 #ae81ff
# cyan
color6 #a1efe4
color14 #a1efe4
# white
color7 #f8f8f2
color15 #f9f8f5

View File

@ -0,0 +1,25 @@
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
font_family Fira Code Retina
font_size 12.0
bold_font auto
italic_font auto
bold_italic_font auto
# symbol_map <range> <font>
# symbol_map U+E0A0-U+E0A3,U+E0C0-U+E0C7 PowerlineSymbols
symbol_map U+2654-U+265F DejaVu Sans
symbol_map U+4E00U+9FBF,U+3040U+309F,U+30A0U+30FF Droid Sans Japanese
window_padding_width 10
map ctrl+plus change_font_size all +2.0
map ctrl+minus change_font_size all -2.0
map ctrl+shift+backspace change_font_size all 0
enable_audio_bell no
editor nvim
shell zsh
include ./colors.conf

View File

@ -0,0 +1,3 @@
# https://github.com/ranger/ranger/blob/master/ranger/config/rc.conf
set preview_images true

View File

@ -0,0 +1,31 @@
set selection-clipboard clipboard
set default-bg "#FFFFF0"
set recolor true
set recolor-lightcolor "#FFFFF0"
set recolor-darkcolor "#000000"
set recolor-keephue true
" Toggle mode
map D toggle_page_mode
" Scroll
map u scroll half-up
map d scroll half-down
" Fullscreen
map [normal] <F11> toggle_fullscreen
map [fullscreen] <F11> toggle_fullscreen
" Reload
map [normal] <C-r> reload
map [fullscreen] <C-r> reload
" Toggle recolor
map [normal] <C-c> set recolor true
map [fullscreen] <C-c> set recolor true
map i recolor
map p print
" vim: ft=vim