blob: c84286495f4a60087ee7a5ea8a7e01a9e746a1fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
; 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]
; start flavours
font = 10pt Iosevka Etoile
base00 = #0c0c0c
base01 = #db4d6d
base02 = #5dac81
base03 = #fad689
base04 = #58b2dc
base05 = #69b0ac
base06 = #70649a
base07 = #bdc0ba
base08 = #1c1c1c
base09 = #cb1b45
base0a = #86c166
base0b = #f7d94c
base0c = #2ea9df
base0d = #81c7d4
base0e = #8a6bbe
base0f = #fffffb
; end flavours
font = 10pt Iosevka Aile
image.bg = {base00}
image.scrollbar.width = 8px
image.scrollbar.bg = {base00}
image.scrollbar.fg = {base05}
image.scrollbar.padding = 2px
library.font = 10pt Iosevka Aile
library.fg = {base07}
library.padding = 2px
library.directory.fg = {base0d}
library.even.bg = {base03}
library.odd.bg = {base03}
library.selected.bg = {base0e}
library.selected.fg = {base07}
library.selected.bg.unfocus = {base05}
library.search.highlighted.fg = {base00}
library.search.highlighted.bg = {base0a}
library.scrollbar.width = 8px
library.scrollbar.bg = {base00}
library.scrollbar.fg = {base05}
library.scrollbar.padding = 2px
library.border = 0px solid
statusbar.font = 10pt Iosevka Aile
statusbar.bg = {base00}
statusbar.fg = {base07}
statusbar.error = {base08}
statusbar.warning = {base0a}
statusbar.info = {base0b}
statusbar.message_border = 2px solid
statusbar.padding = 4
thumbnail.font = 10pt Iosevka Aile
thumbnail.fg = {base07}
thumbnail.bg = {base00}
thumbnail.padding = 20
thumbnail.selected.bg = {base0e}
thumbnail.selected.bg.unfocus = {base03}
thumbnail.search.highlighted.bg = {base0a}
thumbnail.default.bg = {base0e}
thumbnail.error.bg = {base08}
thumbnail.frame.fg = {base03}
completion.height = 16em
completion.fg = {base07}
completion.even.bg = {base03}
completion.odd.bg = {base03}
completion.selected.fg = {base07}
completion.selected.bg = {base0e}
keyhint.padding = 2px
keyhint.border_radius = 10px
keyhint.suffix_color = {base0d}
manipulate.fg = {base07}
manipulate.focused.fg = {base0d}
manipulate.bg = {base00}
manipulate.slider.left = {base0f}
manipulate.slider.handle = {base05}
manipulate.slider.right = {base07}
manipulate.image.border = 2px solid
manipulate.image.border.color = {base0d}
mark.color = {base0e}
keybindings.bindings.color = {base0d}
keybindings.highlight.color = {base0e}
metadata.padding = 2px
metadata.border_radius = 10px
image.straighten.color = {base02}
prompt.font = 10pt Iosevka Aile
prompt.fg = {base03}
prompt.bg = {base07}
prompt.padding = 2px
prompt.border_radius = 10px
prompt.border = 2px solid
prompt.border.color = {base0e}
metadata.bg = {base0e}
; vim:ft=dosini
|