-
Notifications
You must be signed in to change notification settings - Fork 6
/
ubuntu-terminal.ini
126 lines (113 loc) · 3.6 KB
/
ubuntu-terminal.ini
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
[meta]
name = Ubuntu Terminal
author = wmysterio
[variables]
primaryColor = #DFDBD2
primaryBackground = #300A24
secondaryColor = primaryColor
secondaryBackground = #3F3E3A
colorLiterals = #EC2A29
colorConstDirective = #A678A0
colorClassKeywordCommands = #87E02F
none = 0x1FFFFFFF
btnFace = 0xFF00000F
btnHighlight = 0xFF000014
yes = 1
no = 0
activeTabColor = 0
inactiveTabColor = 8421504
tabPanelBackground = 15790320
activeTabBackground = 16777215
inactiveTabBackground = tabPanelBackground
tabBorderColor = inactiveTabColor
[gui]
editor.color = primaryColor
editor.style.bold = no
editor.style.italic = no
editor.style.underline = no
editor.background = primaryBackground
editor.activeLine.background = #000000
gutter.color = secondaryColor
gutter.background = secondaryBackground
bottomPanel.color = secondaryColor
bottomPanel.background = #651A41
bottomPanel.border.color = #651A41
tabsPanel.background=tabPanelBackground
newTabButton.background=inactiveTabBackground
newTabButton.border.color=tabBorderColor
newTabButton.hover.background=activeTabBackground
newTabButton.hover.border.color=tabBorderColor
activeTab.color=activeTabColor
activeTab.background=activeTabBackground
activeTab.border.color=tabBorderColor
activeTab.closeButton.color=inactiveTabColor
activeTab.closeButton.background=activeTabBackground
activeTab.closeButton.border.color=activeTabBackground
activeTab.closeButton.hover.color=activeTabColor
activeTab.closeButton.hover.background=activeTabBackground
activeTab.closeButton.hover.border.color=tabBorderColor
inactiveTab.color=inactiveTabColor
inactiveTab.background=inactiveTabBackground
inactiveTab.border.color=tabBorderColor
inactiveTab.closeButton.color=inactiveTabColor
inactiveTab.closeButton.background=inactiveTabBackground
inactiveTab.closeButton.border.color=inactiveTabBackground
inactiveTab.closeButton.hover.color=activeTabColor
inactiveTab.closeButton.hover.background=activeTabBackground
inactiveTab.closeButton.hover.border.color=tabBorderColor
[syntax]
comments.color = #C29615
comments.background = none
comments.style.bold = no
comments.style.italic = no
comments.style.underline = no
labels.color = #E0E64D
labels.background = none
labels.style.bold = no
labels.style.italic = no
labels.style.underline = no
variables.color = #719ECE
variables.background = none
variables.style.bold = no
variables.style.italic = no
variables.style.underline = no
keywords.color = colorClassKeywordCommands
keywords.background = none
keywords.style.bold = no
keywords.style.italic = no
keywords.style.underline = no
numbers.color = colorLiterals
numbers.background = none
numbers.style.bold = no
numbers.style.italic = no
numbers.style.underline = no
strings.color = colorLiterals
strings.background = none
strings.style.bold = no
strings.style.italic = no
strings.style.underline = no
models.color = #33DBD5
models.background = none
models.style.bold = no
models.style.italic = no
models.style.underline = no
classes.color = colorClassKeywordCommands
classes.background = none
classes.style.bold = no
classes.style.italic = no
classes.style.underline = no
commands.color = colorClassKeywordCommands
commands.background = none
commands.style.bold = no
commands.style.italic = no
commands.style.underline = no
directives.color = colorConstDirective
directives.background = none
directives.style.bold = no
directives.style.italic = no
directives.style.underline = no
constants.color = colorConstDirective
constants.background = none
constants.style.bold = yes
constants.style.italic = no
constants.style.underline = no