-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.Xresources_gray
92 lines (78 loc) · 2.86 KB
/
.Xresources_gray
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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!! ST TERMINAL CONFIGURATION !!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! These are all possible options, presented with default values.
! xst will fallback to *.option if st.option is not present.
! see src/config.h for more information about option meanings.
! These options only take effect on startup.
! st.termname: screen-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: Hurmit Nerd Font:pixelsize=15:antialias=true:autohint=true;
st.font: mononoki Nerd Font:pixelsize=15:antialias=true:autohint=true; */ */
st.borderpx: 18
! Available cursor values: 2 4 6 7 = █ _ | ☃ ( 1 3 5 are blinking versions)
st.cursorshape: 4
! thickness of underline and bar cursors
st.cursorthickness: 2
! 0: normal blinking, 1: leave cursor border and blink with cursors background
st.cursorblinkstyle: 2
! 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: 60
! Amount of lines scrolled
st.mouseScrollLines: 2
! 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: 0
! 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: 255
! Defaults taken from base16-twilight colorscheme.
st.foreground: #cdcdcf
st.background: #272727
st.color0: #0C0C0C
st.color1: #454545
st.color2: #575757
st.color3: #6D6D6D
st.color4: #919191
st.color5: #B1B1B1
st.color6: #dfdfdf
st.color7: #FFFFFF
st.color8: #9c9c9c
st.color9: #454545
st.color10: #575757
st.color11: #6D6D6D
st.color12: #919191
st.color13: #B1B1B1
st.color14: #dfdfdf
st.color15: #9c9c9c
st.color16: #cda869
st.color17: #9b703f
st.color18: #323537
st.color19: #464b50
st.color20: #838184
st.color21: #c3c3c3
! Black color that will not be affected by bold highlighting.
st.color66: #FF0000
Xft.antialias: 1
Xft.autohint: 1
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
emacs*foreground: #c4c4c4
emacs*background: #272727
Xcursor.theme: Breeze_Snow