-
-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathratty.toml
More file actions
81 lines (71 loc) · 1.91 KB
/
Copy pathratty.toml
File metadata and controls
81 lines (71 loc) · 1.91 KB
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
[window]
width = 960
height = 620
opacity = 0.8
# scale_factor = 1.0
# update_mode = "Continuous" # Use "LowPower" to redraw only after input or terminal output.
# frame_interval_ms = 33 # Minimum milliseconds between LowPower redraws.
[terminal]
default_cols = 104
default_rows = 32
scrollback = 2000
mouse_scroll_lines = 3
# [shell]
# program = "/bin/bash"
# args = []
[env]
TERM = "xterm-256color"
[font]
family = "DejaVu Sans Mono"
style = "Regular"
size = 12
[cursor.model]
path = "CairoSpinyMouse.obj"
# texture = "texture.png"
scale_factor = 6.0
brightness = 0.5
x_offset = 0.5
plane_offset = 18.0
visible = true
[cursor.animation]
spin_speed = 1.4
bob_speed = 2.2
bob_amplitude = 0.08
[bindings]
keys = [
{ key = "C", with = "Control | alt", action = "Copy" },
{ key = "V", with = "Control | alt", action = "Paste" },
{ key = "PageUp", with = "alt", action = "ScrollPageUp" },
{ key = "PageDown", with = "alt", action = "ScrollPageDown" },
{ key = "Up", with = "alt", action = "ScrollUp" },
{ key = "Down", with = "alt", action = "ScrollDown" },
{ key = "Equal", with = "Control", action = "IncreaseFontSize" },
{ key = "Minus", with = "Control", action = "DecreaseFontSize" },
{ key = "Digit0", with = "Control | alt", action = "ResetFontSize" },
{ key = "Enter", with = "Control | alt", action = "Toggle3DMode" },
{ key = "M", with = "Control | alt", action = "ToggleMobiusMode" },
{ key = "Up", with = "Control | alt", action = "IncreaseWarp" },
{ key = "Down", with = "Control | alt", action = "DecreaseWarp" },
]
[theme]
foreground = "#dcd7ba"
background = "#1f1f28"
cursor = "#7e9cd8"
[theme.normal]
black = "#000000"
red = "#cd3131"
green = "#0dbc79"
yellow = "#e5e510"
blue = "#2472c8"
magenta = "#bc3fbc"
cyan = "#11a8cd"
white = "#e5e5e5"
[theme.bright]
black = "#666666"
red = "#f14c4c"
green = "#23d18b"
yellow = "#f5f543"
blue = "#3b8eea"
magenta = "#d670d6"
cyan = "#29b8db"
white = "#ffffff"