-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.terminator
41 lines (41 loc) · 1.21 KB
/
.terminator
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
[global_config]
always_split_with_profile = True
dbus = True
geometry_hinting = False
suppress_multiple_term_dialog = True
tab_position = hidden
title_hide_sizetext = True
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
type = Terminal
profile = solarized-dark
[[[window0]]]
parent = ""
type = Window
[profiles]
[[default]]
font = Monospace 14
scrollback_infinite = True
show_titlebar = False
use_system_font = False
[[solarized-dark]]
font = Monospace 14
scrollback_infinite = True
show_titlebar = False
use_system_font = False
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#586e75:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
foreground_color = "#eee8d5"
background_color = "#002b36"
cursor_color = "#eee8d5"
[[solarized-light]]
font = Monospace 14
scrollback_infinite = True
show_titlebar = False
use_system_font = False
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
background_color = "#eee8d5"
foreground_color = "#002b36"
cursor_color = "#002b36"