-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathXresources
126 lines (108 loc) · 4.18 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
! This is the Regolith root-level Xresources file.
!
! -- Styles - Colors
!
! Uncomment one and only one of the following color definitions:
!#include "/etc/regolith/styles/color-solarized-dark"
!#include "/etc/regolith/styles/color-solarized-light"
!#include "/etc/regolith/styles/color-gruvbox"
#include "/etc/regolith/styles/color-nord"
!#include "/etc/regolith/styles/color-ayu"
!#include "/etc/regolith/styles/color-ayu-dark"
!#include "/etc/regolith/styles/color-ayu-mirage"
! -- Styles - Fonts
! NOTE: Font packages may need to be installed when enabling typefaces.
! Uncomment one and only one of the following font definitions:
#include "/etc/regolith/styles/typeface-sourcecodepro"
!#include "/etc/regolith/styles/typeface-ubuntu"
! -- Styles - Theme
! NOTE: GTK theme and icon packages may need to be installed when enabling themes.
! Uncomment one and only one of the following theme definitions:
!
! The following theme requires solarc-theme and arc-icon-theme to be installed.
!#include "/etc/regolith/styles/theme-regolith"
!
! The following theme requires gnome-themes-extra-data and adwaita-icon-theme to be installed.
!#include "/etc/regolith/styles/theme-ubuntu-dark"
!
! The following theme requires nordic and paper-icon-theme to be installed
#include "/etc/regolith/styles/theme-nordic"
! The following theme requires Ayu and Arc-icon-theme to be installed
! (https://github.com/appelgriebsch/ayu-theme/releases/tag/ayu-0.1.0)
!#include "/etc/regolith/styles/theme-ayu"
! The following theme requires Ayu and Arc-icon-theme to be installed
! (https://github.com/appelgriebsch/ayu-theme/releases/tag/ayu-0.1.0)
!#include "/etc/regolith/styles/theme-ayu-dark"
! The following theme requires Ayu-Mirage and Arc-icon-theme to be installed
! (https://github.com/appelgriebsch/ayu-theme/releases/tag/ayu-mirage-0.1.0)
!#include "/etc/regolith/styles/theme-ayu-mirage"
! -- Applications
! These files map values defined above into specific app settings.
#include "/etc/regolith/styles/st-term"
#include "/etc/regolith/styles/i3-wm"
#include "/etc/regolith/styles/i3xrocks"
#include "/etc/regolith/styles/rofi"
#include "/etc/regolith/styles/gnome"
! These options only take effect on startup.
st.termname: st-256color
! if you do not set shell, precedence is: -e arg, utmp option, SHELL env var, /etc/passwd shell
st.shell: /usr/bin/zsh
! The following options options can be reloaded via USR1 signal.
st.font: Liberation Mono:pixelsize=12:antialias=true:autohint=true;
st.borderpx: 10
! Available cursor values: 2 4 6 7 = █ _ | ☃ ( 1 3 5 are blinking versions)
st.cursorshape: 2
! thickness of underline and bar cursors
st.cursorthickness: 2
! 0: normal blinking, 1: leave cursor border and blink with cursors background
st.cursorblinkstyle: 0
! 0: cursor blinks with a constant interval; 1: blinking cycle resets on key input
st.cursorblinkontype: 1
st.bold_font: 1
st.xfps: 120
st.actionfps: 30
! Amount of lines scrolled
st.mouseScrollLines: 1
! Kerning / character bounding-box height multiplier
st.chscale: 1.0
! Kerning / character bounding-box width multiplier
st.cwscale: 1.0
! blinking timeout for terminal and cursor blinking (0 disables)
st.blinktimeout: 800
! bell volume. Value between -100 and 100. (0 disables)
st.bellvolume: 100
! this is a char that is exposed like so: `printf '\033[z'`
st.prompt_char: $
! This option is can be preedit style. Available values: `root` `overthespot` (Default taken `root`)
st.imstyle: root
! opacity==255 means what terminal will be not transparent, 0 - fully transparent
st.opacity: 250
! Defaults taken from base16-twilight colorscheme.
! special
*.foreground: #d0d0d0
*.background: #151515
*.cursorColor: #d0d0d0
! black
*.color0: #151515
*.color8: #505050
! red
*.color1: #ac4142
*.color9: #ac4142
! green
*.color2: #90a959
*.color10: #90a959
! yellow
*.color3: #f4bf75
*.color11: #f4bf75
! blue
*.color4: #6a9fb5
*.color12: #6a9fb5
! magenta
*.color5: #aa759f
*.color13: #aa759f
! cyan
*.color6: #75b5aa
*.color14: #75b5aa
! white
*.color7: #d0d0d0
*.color15: #f5f5f5