-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
69 lines (65 loc) · 2.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
! 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
*.termName: st-256color
! if you do not set shell, precedence is: -e arg, utmp option, SHELL env var, /etc/passwd shell
!st.shell: /bin/sh
! Cursor theme
Xcursor.theme: Breeze_Obsidian
! The following options can be reloaded via USR1 signal
*.font: Inconsolata:size=14:antialias=true:autohint=true;
st.borderpx: 20
! 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 cursor's background
st.cursorblinkstyle: 0
! 0: cursor blinks with a constant interval; 1: blinking cycle resets on key input
st.cursorblinkontype: 1
st.bold_font: 0
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
! only for xst terminal
st.opacity: 230
! Defaults taken from base16-twilight colorscheme.
*.foreground: #a7a7a7
*.background: #1e1e1e
*.color0: #1e1e1e
*.color1: #cf6a4c
*.color2: #8f9d6a
*.color3: #f9ee98
*.color4: #7587a6
*.color5: #9b859d
*.color6: #afc4db
*.color7: #a7a7a7
*.color8: #5f5a60
*.color9: #cf6a4c
*.color10: #8f9d6a
*.color11: #f9ee98
*.color12: #7587a6
*.color13: #9b859d
*.color14: #afc4db
*.color15: #ffffff
*.color16: #cda869
*.color17: #9b703f
*.color18: #323537
*.color19: #464b50
*.color20: #838184
*.color21: #c3c3c3