-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
74 lines (69 loc) · 1.47 KB
/
.Xdefaults
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
71
72
73
74
!{{{ Generic X settings
Xcursor.theme: Neutral_Plus
!}}}
!{{{ Urxvt
URxvt.buffered: true
URxvt.font: xft:PragmataPro:pixelsize=11:antialias=true
URxvt.boldFont: xft:PragmataPro:bold:pixelsize=11:antialias=true
URxvt.perl-ext-common: default,tabbed,searchable-scrollback
URxvt.title: urxvt
URxvt.scrollBar: false
URxvt.loginShell: true
URxvt.saveLines: 10000
URxvt.geometry: 75x25
URxvt.boldMode: false
URxvt.transparent: false
URxvt.shading: 40
URxvt.xftAntialias: false
URxvt.jumpScroll: true
URxvt.skipScroll: true
URxvt.tintColor: #181818
URxvt.internalBorder: 0
URxvt.cursorBlink: false
URxvt.cursorColor: #0A832D
URxvt.cursorColor2: #000000
URxvt.underlineColor: #999999
URxvt.borderless: true
!}}}
!{{{ Xterm rules
XTerm*FaceName: PragmataPro
XTerm*FaceSize: 12
!}}}
!{{{ Yeahconsole rules
yeahconsole*term: urxvt
yeahconsole*consoleHeight: 25
yeahconsole*toggleKey: None+F12
yeahconsole*restart: 1
yeahconsole*keyFull: Control+F11
yeahconsole*keySmaller: Control+KP_Subtract
yeahconsole*keyBigger: Control+KP_Add
yeahconsole*metaSendsEscape: true
!}}}
!{{{ Terminals colours
*foreground:#a0a0a0
*background:#181818
!black
*color0: #181818
*color8: #505354
!red
*color1: #ED0F32
*color9: #DD314C
!green
*color2: #407B2A
*color10: #60954B
!yellow
*color3: #fd971f
*color11: #feed6c
!blue
*color4: #13439A
*color12: #2A426D
!magenta
*color5: #67479A
*color13: #534569
!cyan
*color6: #1F8DA5
*color14: #468997
!white
*color7: #ccccc6
*color15: #f8f8f2
!}}}