forked from carloslima/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.Xresources
More file actions
35 lines (32 loc) · 734 Bytes
/
Copy path.Xresources
File metadata and controls
35 lines (32 loc) · 734 Bytes
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
! Xresources config file
! used like: xrdb -merge -I$HOME ~/.Xresources
! this should be automatically loaded by xinitrc
! see /etc/X11/xinit/xinitrc
! examples: xrdb -query -all
! name.Class.resource: value
! Black + DarkGrey
*color0: #000000
*color8: #555753
! DarkRed + Red
*color1: #ff6565
*color9: #ff8d8d
! DarkGreen + Green
*color2: #93d44f
*color10: #c8e7a8
! DarkYellow + Yellow
*color3: #eab93d
*color11: #ffc123
! DarkBlue + Blue
*color4: #204a87
*color12: #3465a4
! DarkMagenta + Magenta
*color5: #ce5c00
*color13: #f57900
!DarkCyan + Cyan (both not tango)
*color6: #89b6e2
*color14: #46a4ff
! LightGrey + White
*color7: #cccccc
*color15: #ffffff
XTerm.background: rgb:00/00/00
XTerm.foreground: rgb:b8/b8/b8