Skip to content

Commit 6e68d14

Browse files
Add files via upload
1 parent d68e0c7 commit 6e68d14

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

config/terminator/config

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[global_config]
2+
enabled_plugins = TerminalNotifier, Activity, MessageNotification, ShortcutsHintsDbus, TabActivity, Layout
3+
suppress_multiple_term_dialog = True
4+
enable_slenames = True
5+
title_transmit_fg_color = "#000000"
6+
title_transmit_bg_color = "#0aff0a"
7+
title_inactive_fg_color = "#c0bfbc"
8+
title_use_system_font = False
9+
title_font = Seagram tfb 10
10+
[keybindings]
11+
[profiles]
12+
[[default]]
13+
background_darkness = 0.90
14+
background_type = transparent
15+
cursor_blink = False
16+
cursor_shape = "IBEAM"
17+
use_system_cursors = False
18+
cursor_color = "#aaaaaa"
19+
font = Hack NF 18
20+
background_color = "#24283b"
21+
foreground_color = "#33cccc"
22+
scrollbar_position = hidden
23+
hide_scrollbar = True
24+
scrollback_infinite = True
25+
show_titlebar = False
26+
#Default: #palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff"
27+
palette = "#1D202F:#707070:#00ff00:#ffff00:#f10e38:#cc66ff:#33ccff:#0000ff:#414868:#f10e38:#00ff00:#e0af68:#0000ff:#bb9af7:#7dcfff:#c0caf5"
28+
use_system_font = False
29+
bold_is_bright = True
30+
[layouts]
31+
[[default]]
32+
[[[window0]]]
33+
type = Window
34+
parent = ""
35+
[[[child1]]]
36+
type = Terminal
37+
parent = window0
38+
[plugins]

0 commit comments

Comments
 (0)