summaryrefslogtreecommitdiff
path: root/.Xresources
blob: 994379fab9596d42fdae6bbb2cb71391589dbbf8 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
! Blueish theme

! hinting
Xft.hintstyle: hintmedium
Xft.hinting: true

! xterm
xterm*faceName: DejaVu Sans Mono
xterm*faceSize: 11
xterm*rightScrollBar: true
xterm*eightBitInput: false
xterm*background: #091419
xterm*foreground: #c0d0d6
xterm*cursorColor: #F8F8F0
! black
xterm*color0: #202020
xterm*color8: #404040
! red
xterm*color1: #e63050
xterm*color9: #ff90c0
! green
xterm*color2: #76aa11
xterm*color10: #80ff00
! yellow
xterm*color3: #c4af2c
xterm*color11: #fffa68
! blue
xterm*color4: #3080ee
xterm*color12: #4f8fff
! magenta
xterm*color5: #8e50b5
xterm*color13: #cc99ff
! cyan
xterm*color6: #4599c8
xterm*color14: #4eb4fa
! white
xterm*color7: #9999aa
xterm*color15: #d0d0d0

! Emacs: mostly duplicated here to avoid flashing.
Emacs.font: DejaVu Sans Mono-11
Emacs.default.attributeBackground: #091419
Emacs.default.attributeForeground: #c0d0d6
Emacs.cursor.attributeBackground: #f8f8f0
Emacs.hl-line.attributeBackground: #666666
! mode line
Emacs.mode-line.attributeBackground: #183c66
Emacs.mode-line.attributeForeground: #ffffff
Emacs.mode-line.attributeBox: nil
Emacs.mode-line-inactive.attributeBackground: #2f2f3b
Emacs.mode-line-inactive.attributeForeground: #d0dfe6
! fringe
Emacs.fringe.attributeBackground: #14191f
! minibuffer
Emacs.minibuffer-prompt.attributeForeground: #ffffff
! region selection
Emacs.region.attributeForeground: #ffe792
Emacs.region.attributeBackground: #1b232c
! vertical bar
Emacs.vertical-border.attributeForeground: #30303f
! code highlighting
Emacs.font-lock-builtin-face.attributeForeground: #6ee2ff
Emacs.font-lock-comment-face.attributeForeground: #709999
Emacs.font-lock-function-name-face.attributeForeground: #effbff
Emacs.font-lock-keyword-face.attributeForeground: #748aa6
Emacs.font-lock-string-face.attributeForeground: #6ea0d0
Emacs.font-lock-variable-name-face.attributeForeground: #d0dfe6
Emacs.font-lock-type-face.attributeForeground: #95cc5e
Emacs.font-lock-warning-face.attributeForeground: #ffffff
Emacs.font-lock-warning-face.attributeBold: true