-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
59 lines (45 loc) · 1004 Bytes
/
.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
! Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
! Copyright (c) 2016-present Sven Greb <[email protected]>
! Project: Nord XResources
! Version: 0.1.0
! Repository: https://github.com/arcticicestudio/nord-xresources
! License: MIT
*.foreground: #D8DEE9
*.background: #2E3440
*.cursorColor: #D8DEE9
*fading: 35
*fadeColor: #4C566A
! black
*.color0: #3B4252
*.color8: #4C566A
! red
*.color1: #BF616A
*.color9: #BF616A
! green
*.color2: #A3BE8C
*.color10: #A3BE8C
! yellow
*.color3: #EBCB8B
*.color11: #EBCB8B
! blue
*.color4: #81A1C1
*.color12: #81A1C1
! magneta
*.color5: #B48EAD
*.color13: #B48EAD
! cyan
*.color6: #88C0D0
*.color14: #8FBCBB
! white
*.color7: #E5E9F0
*.color15: #ECEFF4
! :rofi
rofi.font: Fira Code 12
rofi.theme: ~/.dotfiles/.config/rofi/nord.rasi
! urxvt
URxvt.font: xft:Fira Code:size=12,xft:FontAwesome:size=12
URxvt.lineSpace: -1
URxvt.letterSpace: -1
URxvt.scrollBar: false
URxvt.iso14755: false
URxvt.iso14755_52: false