vimiv: Add basic configuration
This commit is contained in:
parent
d0a2853bf2
commit
6e9056d5ca
4 changed files with 224 additions and 0 deletions
31
multimedia/.config/vimiv/styles/base16
Normal file
31
multimedia/.config/vimiv/styles/base16
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
; base16-gruvbox-dark-soft
|
||||
;
|
||||
; base16: (https://github.com/chriskempson/base16)
|
||||
;
|
||||
; Scheme: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
|
||||
; Template: Christian Karl <karlch at protonmail dot com>
|
||||
|
||||
[STYLE]
|
||||
; Colors
|
||||
base00 = #32302f
|
||||
base01 = #3c3836
|
||||
base02 = #504945
|
||||
base03 = #665c54
|
||||
base04 = #bdae93
|
||||
base05 = #d5c4a1
|
||||
base06 = #ebdbb2
|
||||
base07 = #fbf1c7
|
||||
base08 = #fb4934
|
||||
base09 = #fe8019
|
||||
base0a = #fabd2f
|
||||
base0b = #b8bb26
|
||||
base0c = #8ec07c
|
||||
base0d = #83a598
|
||||
base0e = #d3869b
|
||||
base0f = #d65d0e
|
||||
|
||||
; Additional custom overrides, e.g.
|
||||
; font = 10pt Hack
|
||||
; thumbnail.padding = 32
|
||||
|
||||
; vim:ft=dosini
|
||||
Loading…
Add table
Add a link
Reference in a new issue