Skip to content

Commit

Permalink
add tabs background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulti-FD committed Jul 5, 2021
1 parent 5eed699 commit 8598772
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,12 @@ local t =
end,
Def.Quad {
InitCommand = function(self)
self:xy(frameX, frameY - 76):zoomto(110, 94):halign(0):valign(0):diffuse(.15,.15,.15,.6)
self:xy(frameX, frameY - 76):zoomto(110, 94):halign(0):valign(0):diffuse(getMainColor("tabs"))
end
},
Def.Quad {
InitCommand = function(self)
self:xy(frameX, frameY + 18):zoomto(frameWidth + 4, 50):halign(0):valign(0):diffuse(.15,.15,.15,.6)
self:xy(frameX, frameY + 18):zoomto(frameWidth + 4, 50):halign(0):valign(0):diffuse(getMainColor("tabs"))
end
},
Def.Quad {
Expand Down
1 change: 1 addition & 0 deletions Themes/Til Death/Languages/en.ini
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ main=Main Interface
disabled=Disabled/Null/Invalid
enabled=Enabled
frames=Frame Background
tabs=Tabs Background
highlight=Highlights
negative=Negative
positive=Positive
Expand Down
1 change: 1 addition & 0 deletions Themes/Til Death/Scripts/01 color_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ local defaultConfig = {
main = {
highlight = "#614080",
frames = "#000111",
tabs = "#2E2E2E99",
enabled = "#4CBB17",
disabled = "#666666",
negative = "#FF9999",
Expand Down

0 comments on commit 8598772

Please sign in to comment.