migrate to dotter
This commit is contained in:
parent
c5618f2f2c
commit
2da5ffd1f4
265 changed files with 62 additions and 3123 deletions
0
configs/vimiv/keys.conf
Normal file
0
configs/vimiv/keys.conf
Normal file
93
configs/vimiv/styles/default
Normal file
93
configs/vimiv/styles/default
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
; This file is a reference for creating own styles. It will never be read.
|
||||
; To change values, copy this file using a new name and set the style setting
|
||||
; in vimiv.conf to that name.
|
||||
[STYLE]
|
||||
base00 = #ffffff
|
||||
base01 = #e0e0e0
|
||||
base02 = #d6d6d6
|
||||
base03 = #8e908c
|
||||
base04 = #969896
|
||||
base05 = #4d4d4c
|
||||
base06 = #282a2e
|
||||
base07 = #1d1f21
|
||||
base08 = #c82829
|
||||
base09 = #f5871f
|
||||
base0a = #eab700
|
||||
base0b = #718c00
|
||||
base0c = #3e999f
|
||||
base0d = #81a2be
|
||||
base0e = #8959a8
|
||||
base0f = #a3685a
|
||||
font = 10pt Monospace
|
||||
image.bg = #ffffff
|
||||
image.scrollbar.width = 8px
|
||||
image.scrollbar.bg = #ffffff
|
||||
image.scrollbar.fg = #8e908c
|
||||
image.scrollbar.padding = 2px
|
||||
library.font = 10pt Monospace
|
||||
library.fg = #282a2e
|
||||
library.padding = 2px
|
||||
library.directory.fg = #1d1f21
|
||||
library.even.bg = #e0e0e0
|
||||
library.odd.bg = #e0e0e0
|
||||
library.selected.bg = #81a2be
|
||||
library.selected.fg = #1d1f21
|
||||
library.search.highlighted.fg = #e0e0e0
|
||||
library.search.highlighted.bg = #969896
|
||||
library.scrollbar.width = 8px
|
||||
library.scrollbar.bg = #ffffff
|
||||
library.scrollbar.fg = #8e908c
|
||||
library.scrollbar.padding = 2px
|
||||
library.border = 0px solid
|
||||
statusbar.font = 10pt Monospace
|
||||
statusbar.bg = #d6d6d6
|
||||
statusbar.fg = #282a2e
|
||||
statusbar.error = #c82829
|
||||
statusbar.warning = #f5871f
|
||||
statusbar.info = #3e999f
|
||||
statusbar.message_border = 2px solid
|
||||
statusbar.padding = 4
|
||||
thumbnail.font = 10pt Monospace
|
||||
thumbnail.fg = #282a2e
|
||||
thumbnail.bg = #ffffff
|
||||
thumbnail.padding = 20
|
||||
thumbnail.selected.bg = #81a2be
|
||||
thumbnail.search.highlighted.bg = #969896
|
||||
thumbnail.default.bg = #3e999f
|
||||
thumbnail.error.bg = #c82829
|
||||
thumbnail.frame.fg = #282a2e
|
||||
completion.height = 16em
|
||||
completion.fg = #282a2e
|
||||
completion.even.bg = #d6d6d6
|
||||
completion.odd.bg = #d6d6d6
|
||||
completion.selected.fg = #1d1f21
|
||||
completion.selected.bg = #81a2be
|
||||
keyhint.padding = 2px
|
||||
keyhint.border_radius = 10px
|
||||
keyhint.suffix_color = #3e999f
|
||||
manipulate.fg = #282a2e
|
||||
manipulate.focused.fg = #3e999f
|
||||
manipulate.bg = #ffffff
|
||||
manipulate.slider.left = #81a2be
|
||||
manipulate.slider.handle = #969896
|
||||
manipulate.slider.right = #d6d6d6
|
||||
manipulate.image.border = 2px solid
|
||||
manipulate.image.border.color = #3e999f
|
||||
mark.color = #8959a8
|
||||
keybindings.bindings.color = #3e999f
|
||||
keybindings.highlight.color = #8959a8
|
||||
metadata.padding = 2px
|
||||
metadata.border_radius = 10px
|
||||
image.straighten.color = #eab700
|
||||
prompt.font = 10pt Monospace
|
||||
prompt.fg = #282a2e
|
||||
prompt.bg = #d6d6d6
|
||||
prompt.padding = 2px
|
||||
prompt.border_radius = 10px
|
||||
prompt.border = 2px solid
|
||||
prompt.border.color = #3e999f
|
||||
library.selected.bg.unfocus = #8881a2be
|
||||
thumbnail.selected.bg.unfocus = #8881a2be
|
||||
metadata.bg = #AAd6d6d6
|
||||
|
||||
; vim:ft=dosini
|
||||
31
configs/vimiv/styles/material-darker
Normal file
31
configs/vimiv/styles/material-darker
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
; base16-material-darker
|
||||
;
|
||||
; base16: (https://github.com/chriskempson/base16)
|
||||
;
|
||||
; Scheme: Nate Peterson
|
||||
; Template: Christian Karl <karlch at protonmail dot com>
|
||||
|
||||
[STYLE]
|
||||
; Colors
|
||||
base00 = #212121
|
||||
base01 = #303030
|
||||
base02 = #353535
|
||||
base03 = #4A4A4A
|
||||
base04 = #B2CCD6
|
||||
base05 = #EEFFFF
|
||||
base06 = #EEFFFF
|
||||
base07 = #FFFFFF
|
||||
base08 = #F07178
|
||||
base09 = #F78C6C
|
||||
base0a = #FFCB6B
|
||||
base0b = #C3E88D
|
||||
base0c = #89DDFF
|
||||
base0d = #82AAFF
|
||||
base0e = #C792EA
|
||||
base0f = #FF5370
|
||||
|
||||
; Additional custom overrides, e.g.
|
||||
; font = 10pt Hack
|
||||
; thumbnail.padding = 32
|
||||
|
||||
; vim:ft=dosini
|
||||
68
configs/vimiv/vimiv.conf
Normal file
68
configs/vimiv/vimiv.conf
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
[GENERAL]
|
||||
monitor_filesystem = True
|
||||
shuffle = False
|
||||
startup_library = True
|
||||
|
||||
# https://github.com/karlch/base16-vimiv
|
||||
style = material-darker
|
||||
|
||||
[COMMAND]
|
||||
history_limit = 100
|
||||
|
||||
[COMPLETION]
|
||||
fuzzy = False
|
||||
|
||||
[SEARCH]
|
||||
ignore_case = True
|
||||
incremental = True
|
||||
|
||||
[IMAGE]
|
||||
autoplay = True
|
||||
autowrite = ask
|
||||
overzoom = 1.0
|
||||
|
||||
[LIBRARY]
|
||||
width = 0.3
|
||||
show_hidden = False
|
||||
start_show_library = True
|
||||
expand_lib = True
|
||||
|
||||
[THUMBNAIL]
|
||||
size = 128
|
||||
|
||||
[SLIDESHOW]
|
||||
delay = 2.0
|
||||
indicator = slideshow:
|
||||
|
||||
[STATUSBAR]
|
||||
collapse_home = True
|
||||
show = True
|
||||
message_timeout = 60000
|
||||
mark_indicator = <b>*</b>
|
||||
left = {pwd}
|
||||
left_image = {index}/{total} {basename} [{zoomlevel}]
|
||||
left_thumbnail = {thumbnail-index}/{thumbnail-total} {thumbnail-name}
|
||||
left_manipulate = {basename} {image-size} Modified: {modified} {processing}
|
||||
center_thumbnail = {thumbnail-size}
|
||||
center = {slideshow-indicator} {slideshow-delay} {transformation-info}
|
||||
right = {keys} {mark-count} {mode}
|
||||
right_image = {keys} {mark-indicator} {mark-count} {mode}
|
||||
|
||||
[KEYHINT]
|
||||
delay = 500
|
||||
timeout = 5000
|
||||
|
||||
[TITLE]
|
||||
fallback = vimiv
|
||||
image = vimiv - {basename}
|
||||
|
||||
[METADATA]
|
||||
keys1 = Exif.Image.Make, Exif.Image.Model, Exif.Image.DateTime, Exif.Photo.ExposureTime, Exif.Photo.FNumber, Exif.Photo.IsoSpeedRatings, Exif.Photo.FocalLength, Exif.Photo.LensMake, Exif.Photo.LensModel, Exif.Photo.ExposureBiasValue
|
||||
keys2 = Exif.Photo.ExposureTime, Exif.Photo.FNumber, Exif.Photo.IsoSpeedRatings, Exif.Photo.FocalLength
|
||||
keys3 = Exif.Image.Artist, Exif.Image.Copyright
|
||||
|
||||
[PLUGINS]
|
||||
print = default
|
||||
|
||||
[ALIASES]
|
||||
print-quit = mark-print && quit
|
||||
Loading…
Add table
Add a link
Reference in a new issue