-
Notifications
You must be signed in to change notification settings - Fork 6
/
pangoterm.cfg
57 lines (48 loc) · 1.09 KB
/
pangoterm.cfg
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
# Default pangoterm configuration
# This file should be stored in $HOME/.config/pangoterm.cfg
# == Colours ==
# foreground = "gray90"
# background = "black"
# cursor = "white"
# colour:4 = "#0000CC"
# == Font and size ==
font = "Iosevka Term Light"
#font_italic = "Courier 8"
size = 16.0
# == Window options ==
# lines = 25
# cols = 80
# title = "pangoterm"
# == Other options ==
# cursor_shape = 1 (1=block 2=underbar 3=vertical bar)
# cursor_blink_interval = 500 (in msec)
# bold_highbright = true
# altscreen = true
# altscreen_scroll = false
# term = "xterm"
scrollback_size = 1000
scrollbar_width = 20
# scroll_wheel_delta = 3
# unscroll_on_output = true
# unscroll_on_key = true
# doubleclick_fullword = false
# Options can be specific to profiles
[Profile neovim]
font = "JuliaMono"
size = 13.0
[Profile neovim_dev]
font = "DejaVu Sans Mono"
size = 15.0
[Profile sshtmux]
font = "Nimbus Mono PS Regular"
size = 18.0
background = "#001122"
foreground = "#99EE99"
[Profile gomuks]
font = "Iosevka Term Light"
size = 14.0
#
# Profile matches can use wildcards
# [Profile *-large]
# lines = 50
# cols = 120