警告
本文最后更新于 2022-04-24,文中内容可能已过时。
Terminator
是一款优秀的 Linux 终端模拟器。
配置 OneDark 方案
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
|
vim ~/.config/terminator
[global_config]
focus = system
window_state = maximise
title_hide_sizetext = True
title_transmit_bg_color = "#d30102"
enabled_plugins = TerminatorThemes, TerminalShot, LaunchpadCodeURLHandler
suppress_multiple_term_dialog = True
title_use_system_font = False
title_font = FiraCode Nerd Font 8
[keybindings]
copy = <Primary>c
paste = <Alt>v
[profiles]
[[default]]
background_image = None
background_color = "#282c34"
background_type = transparent
background_darkness = 0.85
cursor_color = "#bbbbbb"
foreground_color = "#abb2bf"
scrollbar_position = hidden
palette = "#000000:#eb6e67:#95ee8f:#f8c456:#6eaafb:#d886f3:#6cdcf7:#b2b2b2:#50536b:#eb6e67:#95ee8f:#f8c456:#6eaafb:#d886f3:#6cdcf7:#dfdfdf"
use_system_font = False
font = FiraCode Nerd Font Mono 12
icon_bell = False
show_titlebar = False
copy_on_selection = True
[[One dark]]
background_image = None
background_color = "#282c34"
background_type = transparent
background_darkness = 0.85
cursor_color = "#bbbbbb"
foreground_color = "#abb2bf"
scrollbar_position = hidden
palette = "#000000:#eb6e67:#95ee8f:#f8c456:#6eaafb:#d886f3:#6cdcf7:#b2b2b2:#50536b:#eb6e67:#95ee8f:#f8c456:#6eaafb:#d886f3:#6cdcf7:#dfdfdf"
use_system_font = False
font = FiraCode Nerd Font Mono 12
icon_bell = False
show_titlebar = False
copy_on_selection = True
[layouts]
[[default]]
[[[child1]]]
parent = window0
profile = One dark
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
|