Skip to content

Commit

Permalink
update all themes to add default tabs style
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Oct 24, 2023
1 parent 66d701e commit 42467e0
Show file tree
Hide file tree
Showing 34 changed files with 1,298 additions and 135 deletions.
33 changes: 33 additions & 0 deletions classic-dark.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[meta]
name=Classic Dark
author=JaggerJam

[variables]
activeTabColor = 0
inactiveTabColor = 8421504
tabPanelBackground = 15790320
activeTabBackground = 16777215
inactiveTabBackground = tabPanelBackground
tabBorderColor = inactiveTabColor

[gui]
editor.color=16777215
editor.background=2171169
Expand All @@ -13,6 +22,30 @@ gutter.background=2171169
bottomPanel.color=0
bottomPanel.background=4278190095
bottomPanel.border.color=4278190100
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=4278190086
comments.background=2171169
Expand Down
29 changes: 29 additions & 0 deletions classic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ btnFace = 0xFF00000F
btnHighlight = 0xFF000014
yes = 1
no = 0
activeTabColor = primaryColor
inactiveTabColor = 8421504
tabPanelBackground = 15790320
activeTabBackground = 16777215
inactiveTabBackground = tabPanelBackground
tabBorderColor = inactiveTabColor

[gui]
editor.color = primaryColor
Expand All @@ -23,6 +29,29 @@ gutter.background = primaryBackground
bottomPanel.color = primaryColor
bottomPanel.background = btnFace
bottomPanel.border.color = btnHighlight
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 = #000080
Expand Down
29 changes: 29 additions & 0 deletions cloudy-grey-by-vital.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ btnFace = 0xFF00000F
btnHighlight = 0xFF000014
yes = 1
no = 0
activeTabColor = 0
inactiveTabColor = 8421504
tabPanelBackground = 15790320
activeTabBackground = 16777215
inactiveTabBackground = tabPanelBackground
tabBorderColor = inactiveTabColor

[gui]
editor.color =0
Expand All @@ -23,6 +29,29 @@ gutter.background =13882323
bottomPanel.color =16777215
bottomPanel.background =4194304
bottomPanel.border.color =16777215
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 =8388608
Expand Down
96 changes: 96 additions & 0 deletions custom.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
[meta]
name=Custom (User) Theme
[gui]
editor.color=16776960
editor.background=0
editor.style.bold=0
editor.style.italic=0
editor.style.underline=0
editor.activeLine.background=15780518
gutter.color=16776960
gutter.background=65280
bottomPanel.color=0
bottomPanel.background=4278190095
bottomPanel.border.color=4278190100
tabsPanel.color=536870911
tabsPanel.background=4278190095
newTabButton.color=536870911
newTabButton.background=15790320
newTabButton.border.color=8421504
newTabButton.hover.color=536870911
newTabButton.hover.background=16777215
newTabButton.hover.border.color=8421504
activeTab.color=0
activeTab.background=16777215
activeTab.border.color=16711935
activeTab.closeButton.color=16711935
activeTab.closeButton.background=16777215
activeTab.closeButton.border.color=16777215
activeTab.closeButton.hover.color=0
activeTab.closeButton.hover.background=12632256
activeTab.closeButton.hover.border.color=8421504
inactiveTab.color=8421504
inactiveTab.background=15790320
inactiveTab.border.color=8421504
inactiveTab.closeButton.color=12632256
inactiveTab.closeButton.background=15790320
inactiveTab.closeButton.border.color=15790320
inactiveTab.closeButton.hover.color=0
inactiveTab.closeButton.hover.background=12632256
inactiveTab.closeButton.hover.border.color=8421504
[syntax]
comments.color=8388736
comments.background=536870911
comments.style.bold=0
comments.style.italic=1
comments.style.underline=0
labels.color=16711935
labels.background=536870911
labels.style.bold=1
labels.style.italic=0
labels.style.underline=0
variables.color=8388736
variables.background=536870911
variables.style.bold=0
variables.style.italic=0
variables.style.underline=0
keywords.color=16711935
keywords.background=536870911
keywords.style.bold=1
keywords.style.italic=0
keywords.style.underline=0
numbers.color=8388736
numbers.background=536870911
numbers.style.bold=0
numbers.style.italic=0
numbers.style.underline=0
strings.color=16711935
strings.background=536870911
strings.style.bold=0
strings.style.italic=0
strings.style.underline=0
models.color=8388736
models.background=536870911
models.style.bold=1
models.style.italic=0
models.style.underline=0
classes.color=16711935
classes.background=536870911
classes.style.bold=1
classes.style.italic=0
classes.style.underline=0
commands.color=8388736
commands.background=536870911
commands.style.bold=1
commands.style.italic=0
commands.style.underline=0
directives.color=16711935
directives.background=536870911
directives.style.bold=0
directives.style.italic=0
directives.style.underline=0
constants.color=536870911
constants.background=536870911
constants.style.bold=0
constants.style.italic=0
constants.style.underline=0
32 changes: 32 additions & 0 deletions dark-by-vital.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
name=Dark (by Vital)
author=Vital

[variables]
activeTabColor = 0
inactiveTabColor = 8421504
tabPanelBackground = 15790320
activeTabBackground = 16777215
inactiveTabBackground = tabPanelBackground
tabBorderColor = inactiveTabColor

[gui]
editor.color=12632256
editor.background=1973790
Expand All @@ -14,6 +22,30 @@ gutter.background=0
bottomPanel.color=16777215
bottomPanel.background=1973790
bottomPanel.border.color=15790320
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=551275967
comments.background=536870911
Expand Down
Loading

0 comments on commit 42467e0

Please sign in to comment.