dotfiles

Alpine Linux dotfiles

git clone git://git.lin.moe/dotfiles.git

 1# -*- conf -*-
 2#
 3# modus-operandi
 4# See: https://protesilaos.com/emacs/modus-themes
 5#
 6[colors-light]
 7# modues operandi
 8background=ffffff
 9foreground=000000
10
11regular0=000000  # black
12regular1=a60000  # red
13regular2=005e00  # green
14regular3=813e00  # yellow
15regular4=0031a9  # blue
16regular5=721045  # magenta
17regular6=00538b  # cyan
18regular7=bfbfbf  # white
19
20bright0=595959   # bright black
21bright1=d00000   # bright red
22bright2=008900   # bright green
23bright3=9d5700   # bright yellow
24bright4=2547eb   # bright blue
25bright5=a8007f   # bright magenta
26bright6=0068a8   # bright cyan
27bright7=efefef   # bright white
28
29[colors-dark]
30# modues vivendi tinted
31background=0d0e1c
32foreground=ffffff
33
34regular0=000000  # black
35regular1=f2201f  #red
36regular2=44bc44  # green
37regular3=d0bc00  # yellow
38regular4=2fafff  # blue
39regular5=feacd0  # magenta
40regular6=00d3d0  # cyan
41regular7=bfbfbf  # white
42
43# ANSI 颜色 (Bright) - 提高了亮度的阶梯感
44bright0=595959   # bright black
45bright1=ff5f59   # bright red
46bright2=70d470   # bright green
47bright3=f0dd60   # bright yellow
48bright4=79d3ff   # bright blue
49bright5=ffb3ff   # bright magenta
50bright6=4ae2f0   # bright cyan
51bright7=ffffff   # bright white