summaryrefslogtreecommitdiff
path: root/x11/lilyterm/files/patch-data_lilyterm.conf
blob: 2c0d1b01eba657da8372a80b738bc615ec59dd74 (plain) (blame)
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
--- data/lilyterm.conf.orig	2013-02-27 09:04:56 UTC
+++ data/lilyterm.conf
@@ -1,10 +1,10 @@
 [main]
 
 # Auto save settings when closing window.
-auto_save = 0
+auto_save = 1
 
 # The version of this profile's format. DO NOT EDIT IT!
-version = 0.9.9
+version = 0.9.9.3
 
 # The default font name of vte terminal.
 font_name = Monospace 12
@@ -13,7 +13,7 @@ font_name = Monospace 12
 column = 80
 
 # The default row of vte terminal.
-row = 24
+row = 30
 
 # Use true opacity in vte box.
 # 0: do NOT use rgba, 1: force to use rgba.
@@ -33,7 +33,7 @@ window_opacity = 0.050
 
 # The opacity of transparent window when inactive.
 # Left it blank to disable this feature.
-window_opacity_inactive = 0.200
+window_opacity_inactive = 
 
 # Use transparent background.
 # It will use true transparent if the window manager were composited.
@@ -89,15 +89,15 @@ show_color_selection_menu = 1
 
 # The normal text color used in vte terminal.
 # You may use black, #000000 or #000000000000 here.
-foreground_color = white
+foreground_color = 
 
-# Sets the background color for text which is under the cursor.
+# The background color used in vte terminal.
 # You may use black, #000000 or #000000000000 here.
-cursor_color = #55B5E7
+background_color = 
 
-# The background color used in vte terminal.
+# Sets the background color for text which is under the cursor.
 # You may use black, #000000 or #000000000000 here.
-background_color = black
+cursor_color = #5555b5b5e7e7
 
 # Shows [Increase window size], [Decrease window size],
 # [Reset to default font/size] and [Reset to system font/size]
@@ -143,7 +143,7 @@ enable_hyperlink = 1
 # 0: Follow GTK+ settings for cursor blinking.
 # 1: Cursor blinks.
 # 2: Cursor does not blink.
-cursor_blinks = 0
+cursor_blinks = 1
 
 # Shows copy/paste menu on right click menu.
 show_copy_paste_menu = 1
@@ -302,19 +302,19 @@ disable_key_binding = Ctrl grave
 
 # Add a new tab.
 # Left it blank to disable this function key.
-new_tab_key = Ctrl T
+new_tab_key = Shift+Ctrl T
 
 # Close current tab.
 # Left it blank to disable this function key.
-close_tab_key = 
+close_tab_key = Shift+Ctrl Q
 
 # Rename the page name of current tab.
 # Left it blank to disable this function key.
-edit_label_key = 
+edit_label_key = Shift+Ctrl E
 
 # Find the strings matching the search regex.
 # Left it blank to disable this function key.
-find_key = Ctrl F
+find_key = Shift+Ctrl F
 
 # Find the previous string matching the search regex.
 # Left it blank to disable this function key.
@@ -322,7 +322,7 @@ find_key_prev = Shift F3
 
 # Find the next string matching the search regex.
 # Left it blank to disable this function key.
-find_key_next = F3
+find_key_next = Shift+Ctrl F3
 
 # Switch to prev tab.
 # Left it blank to disable this function key.
@@ -406,19 +406,19 @@ switch_to_tab_12 = Ctrl F12
 
 # Open a new window with current dir.
 # Left it blank to disable this function key.
-new_window = 
+new_window = Shift+Ctrl N
 
 # Select all the text in the Vte Terminal box.
 # Left it blank to disable this function key.
-select_all = Ctrl O
+select_all = Shift+Ctrl O
 
 # Copy the text to clipboard.
 # Left it blank to disable this function key.
-copy_clipboard = Ctrl Delete
+copy_clipboard = Shift+Ctrl C
 
 # Paste the text in clipboard.
 # Left it blank to disable this function key.
-paste_clipboard = Ctrl Insert
+paste_clipboard = Shift+Ctrl V
 
 # Paste the text in the primary clipboard.
 # Left it blank to disable this function key.
@@ -471,42 +471,41 @@ theme = 
 # Invert the ansi colors, like invert the darkred to red, darkblue to bule.
 invert_color = 0
 
+# Enable the custom colors specified with Color# below.
+custom_theme = 0
+
 # The brightness for ansi colors used in terminal.
 brightness = 0.200
 
 # The brightness for ansi colors used in terminal when inactive.
 # Left it blank to disable this feature.
-inactive_brightness = -2.000
-
-# The ANSI color code for Normal Black
-# You may use black, #000000 or #000000000000 here.
-Color0 = 
+inactive_brightness = 0.200
 
-# The ANSI color code for Normal Red
+# The ANSI color code for Dark Red
 # You may use black, #000000 or #000000000000 here.
 Color1 = 
 
-# The ANSI color code for Normal Green
+# The ANSI color code for Dark Green
 # You may use black, #000000 or #000000000000 here.
 Color2 = 
 
-# The ANSI color code for Normal Yellow
+# The ANSI color code for Dark Yellow
 # You may use black, #000000 or #000000000000 here.
 Color3 = 
 
-# The ANSI color code for Normal Blue
+# The ANSI color code for Dark Blue
 # You may use black, #000000 or #000000000000 here.
 Color4 = 
 
-# The ANSI color code for Normal Magenta
+# The ANSI color code for Dark Magenta
 # You may use black, #000000 or #000000000000 here.
 Color5 = 
 
-# The ANSI color code for Normal Cyan
+# The ANSI color code for Dark Cyan
 # You may use black, #000000 or #000000000000 here.
 Color6 = 
 
-# The ANSI color code for Normal White
+# The ANSI color code for Dark White
 # You may use black, #000000 or #000000000000 here.
 Color7 = 
 
@@ -538,10 +537,6 @@ Color13 = 
 # You may use black, #000000 or #000000000000 here.
 Color14 = 
 
-# The ANSI color code for Bright White
-# You may use black, #000000 or #000000000000 here.
-Color15 = 
-
 
 [command]