-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig
89 lines (77 loc) · 2.29 KB
/
config
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
# $XDG_CONFIG_HOME/irongen/config
# lines starting with a '#' are treated as comments. Inline comments are not supported.
# border value can be one of rounded, sharp, horizontal, vertical, top, bottom, left, right, none
border: rounded
# Comma-separated expression for margins and paddings
# TRBL Same margin/padding for top, right, bottom, and left
# TB,RL Vertical, horizontal margin/padding
# T,RL,B Top, horizontal, bottom margin/padding
# T,R,B,L Top, right, bottom, left margin/padding
# Each part can be given in absolute number or in percentage relative to the terminal size with % suffix.
padding: 1
# padding: 5%
# padding: 2,4
# padding: 8%,6%,5%,6%
margin: 10,20
# margin: 10%
# margin: 5%, 10%
# margin: 8,10,15,20
# All the color keys can have the following values
# -1 Default terminal foreground/background color (or the original color of the text)
#
# 0 black
# 1 red
# 2 green
# 3 yellow
# 4 blue
# 5 magenta
# 6 cyan
# 7 white
# 8 bright-black (gray | grey)
# 9 bright-red
# 10 bright-green
# 11 bright-yellow
# 12 bright-blue
# 13 bright-magenta
# 14 bright-cyan
# 15 bright-white
# 16 ~ 255 ANSI 256 colors
# #rrggbb 24-bit colors
color_fg: #636363
# color_bg:
# color_preview_fg:
# color_preview_bg:
color_hl: #cccccc
# color_fg_plus:
color_bg_plus: -1
color_gutter: -1
color_hl_plus: #ff0055
color_query: #00ff6e
# color_disabled:
# color_info:
# color_border:
# color_prompt: #00ff6e
color_prompt: 0
color_pointer: #ff0055
# color_marker:
# color_spinner:
# color_header:
# Reference to the color keys
# fg Text
# bg Background
# preview_fg Preview window text
# preview_bg Preview window background
# hl Highlighted substrings
# fg_plus Text (current line)
# bg_plus Background (current line)
# gutter Gutter on the left (defaults to bg+)
# hl_plus Highlighted substrings (current line)
# query Query string
# disabled Query string when search is disabled
# info Info line (match counters)
# border Border around the window (--border and --preview)
# prompt Prompt
# pointer Pointer to the current line
# marker Multi-select marker
# spinner Streaming input indicator
# header Header