-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
75 lines (66 loc) · 1.89 KB
/
.Xresources
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
75
Xft.antialias: 1
Xft.autohint: -1
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
URxvt.depth: 32
URxvt.geometry: 90x30
URxvt.transparent: false
URxvt.loginShell: true
URxvt.saveLines: 10000
URxvt.internalBorder: 4
URxvt.iso14755: false
URxvt.keysym.Home: \033[1~
URxvt.keysym.End: \033[4~
URxvt.keysym.C-k: font-size:increase
URxvt.keysym.C-j: font-size:decrease
URxvt.keysym.C-S-Up: font-size:incglobal
URxvt.keysym.C-S-Down: font-size:decglobal
URxvt.keysym.C-equal: font-size:reset
URxvt.keysym.C-slash: font-size:show
URxvt.font: xft:Terminus:size=12
URxvt.boldFont: xft:Terminus:size=12
URxvt.lineSpace: 0
URxvt.scrollBar: false
URxvt.cursorBlink: true
URxvt.cursorUnderline: false
URxvt.pointerBlank: true
URxvt.background: #000000
URxvt.foreground: #ffffff
URxvt.color0: #888888
URxvt.color8: #525252
! red
URxvt.color1: #cf6a4c
URxvt.color9: #ff9d80
! green
URxvt.color2: #99ad6a
URxvt.color10: #c3e6ad
! yellow
URxvt.color3: #d8ad4c
URxvt.color11: #ffefbf
! blue
URxvt.color4: #597bc5
URxvt.color12: #accaff
! magenta
URxvt.color5: #a037b0
URxvt.color13: #c4c4ff
! cyan
URxvt.color6: #71b9f8
URxvt.color14: #80bfaf
! white
URxvt.color7: #adadad
URxvt.color15: #e8e8d3
! Clickable urls, font size increasing and other extensions
URxvt.perl-ext-common: default,matcher,font-size
URxvt.url-launcher: /usr/bin/google-chrome-stable
URxvt.matcher.button: 1
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
rofi.color-enabled: true
rofi.color-window: #002b37, #002b37, #003642
rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396
rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4
rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281