-
Notifications
You must be signed in to change notification settings - Fork 13
/
.Xresources
69 lines (59 loc) · 1.33 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
Xft.lcdfilter: lcddefault
Xft.antialias: true
Xft.autohint: 0
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.rgba: rgb
Xft.dpi: 96
! Rofi Settings
rofi.color-window: argb:EE2F343F, #2F343F
rofi.color-normal: argb:002F343F, #737783, argb:002F343F, argb:002F343F, #f9f9f9
rofi.color-urgent: argb:002F343F, #cc6666, argb:e54b5160, argb:002F343F, #f9f9f9
rofi.color-active: argb:002F343F, #65acff, argb:e44b5160, argb:002F343F, #f9f9f9
rofi.width: 30
rofi.lines: 20
rofi.font: Hack Nerd Font Regular 15
rofi.bw: 0
rofi.padding: 10
rofi.eh: 1
rofi.sidebar-mode: false
rofi.yoffset: 32
rofi.xoffset: 5
rofi.location: 1
!rofi.location: 2
rofi.columns: 2
rofi.separator-style: none
rofi.hide-scrollbar: true
rofi.show-icons: true
rofi.drun-icon-theme: Papirus-Dark
rofi.modi: window,drun
rofi.display-drun:
! OneDark Colorscheme
! special
*.foreground: #ABB2BF
*.background: #282C34
*.cursorColor: #ABB2BF
! black
*.color0: #2C323C
*.color8: #3E4452
! red
*.color1: #E06C75
*.color9: #E06C75
! green
*.color2: #98C379
*.color10: #98C379
! yellow
*.color3: #E5C07B
*.color11: #E5C07B
! blue
*.color4: #61AFEF
*.color12: #61AFEF
! magenta
*.color5: #C678DD
*.color13: #C678DD
! cyan
*.color6: #56B6C2
*.color14: #56B6C2
! white
*.color7: #5C6370
*.color15: #ABB2BF