summary refs log tree commit diff
path: root/dot_config/nano/alen.json
blob: c647239cc5c4055c1831e96c24501666e304b12a (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
{
  "set": {
    "afterends": true,
    "atblanks": true,
    "nonewlines": true,
    "historylog": true,
    "linenumbers": true,
    "locking": true,
    "multibuffer": true,
    "positionlog": true,
    "quickblank": true,
    "regexp": true,
    "smarthome": true,
    "suspend": true,
    "suspendable": true,
    "tabsize 4": true,
    "tabstospaces": true,
    "whitespace": "»·",
    "zap": true,
    "indicator": true,
    "guidestripe 80": true,
    "stateflags": true,
    "magic": true
  },
  "bind": {
    "^Z": "suspend main"
  },
  "unbind": {},
  "theme": {
    "titlecolor": "bold,white,blue",
    "statuscolor": "bold,white,green",
    "errorcolor": "bold,white,red",
    "selectedcolor": "bold,white,magenta",
    "stripecolor": ",yellow",
    "numbercolor": "cyan",
    "keycolor": "cyan",
    "functioncolor": "green",
    "scrollercolor": "cyan",
    "promptcolor": "lightwhite,grey",
    "spotlightcolor": "black,yellow"
  }
}