blob: ad56aa3faf4d785e427042c188297e6103feddc2 (
plain)
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
|
# vim: filetype=yaml
# Theme meant to be simple but visually efficient
---
meta:
description: 'icelines theme by mbfraga'
colors:
darkgray: '#141414'
ice: '#00b0ef'
gray: '#7d7d7d'
darkred: '#472b2a'
urgent: '#ff7066'
window_colors:
focused:
border: 'ice'
background: 'ice'
text: 'darkgray'
indicator: 'urgent'
focused_inactive:
border: 'darkgray'
background: 'darkgray'
text: 'ice'
indicator: 'darkred'
unfocused:
border: 'darkgray'
background: 'darkgray'
text: 'gray'
indicator: 'darkgray'
urgent:
border: 'urgent'
background: 'urgent'
text: 'darkgray'
indicator: 'urgent'
bar_colors:
separator: 'gray'
background: 'darkgray'
statusline: 'ice'
focused_workspace:
border: 'ice'
background: 'darkgray'
text: 'ice'
active_workspace:
border: 'darkgray'
background: 'darkgray'
text: 'ice'
inactive_workspace:
border: 'darkgray'
background: 'darkgray'
text: 'gray'
urgent_workspace:
border: 'urgent'
background: 'darkgray'
text: 'urgent'
|