blob: 661e45efb40f2c0c462df96daa4e4c8c3c4e0de5 (
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
|
font: JetBrainsMono Nerd Font 16
separator: " ➜ "
border_width: 2
corner_r: 10
# Defaults to corner_r
padding: 15
# Anchor and margin
#
# One of center, left, right, top, bottom, bottom-left, top-left, etc.
# Only relevant when anchor is not center
anchor: center
margin_right: 0
margin_bottom: 0
margin_left: 0
margin_top: 0
menu:
"c": {desc: Foot, cmd: foot}
#
#
# name: Google Light
# author: Seth Wright (http://sethawright.com)
# slug: google-light
# slug-underscored: google_light
# system: base16
# variant: light
# is-light-variant: true
#
#
background: "#ffffff"
color: "#282a2e"
border: "#3971ED"
|