-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
70 lines (62 loc) · 1.31 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
! Xft.dpi: 141
Xft.antialias: true
Xft.hinting: true
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.rgba: rgb
/* *font: xft:monospace:size=12 */
*font: Fira Code:pixelsize=15
! *font: Hack:pixelsize=14
! st.font: FiraCode Nerd Font:style=Medium:size=12:antialias=true
st.font: JetBrainsMono NFM:style=Regular:size=12:antialias=true
!! Transparency (0-1):
*alpha: 0.90
*cursorColor: #d8dee9
!! Colorscheme
/* name dark light
/* black 0 8 */
/* red 1 9 */
/* green 2 10 */
/* yellow 3 11 */
/* blue 4 12 */
/* purple 5 13 */
/* cyan 6 14 */
/* white 7 15 */
! /* gruvbox material */
! *background: #282828
! *foreground: #ebdbb2
! *color0: #282828
! *color8: #928374
! *color1: #cc241d
! *color9: #fb4934
! *color2: #98971a
! *color10: #b8bb26
! *color3: #d79921
! *color11: #fabd2f
! *color4: #458588
! *color12: #83a598
! *color5: #b16286
! *color13: #d3869b
! *color6: #689d6a
! *color14: #8ec07c
! *color7: #a89984
! *color15: #ebdbb2
! catppuccin mocha
*background: #1E1E2E
*foreground: #CDD6F4
*color0: #45475A
*color8: #585B70
*color1: #F38BA8
*color9: #F38BA8
*color2: #A6E3A1
*color10: #A6E3A1
*color3: #F9E2AF
*color11: #F9E2AF
*color4: #89B4FA
*color12: #89B4FA
*color5: #F5C2E7
*color13: #F5C2E7
*color6: #94E2D5
*color14: #94E2D5
*color7: #BAC2DE
*color15: #A6ADC8