Skip to content

Commit

Permalink
Revert "Change font color with faction themes"
Browse files Browse the repository at this point in the history
This reverts commit 4957791.
  • Loading branch information
aeoncleanse committed May 12, 2017
1 parent 98adeb4 commit cd9dcb3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lua/skins/skins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ skins = {
imagerMeshDetails = "/meshes/game/map-border_squ_aeon_a_mesh",
imagerMeshHorz = "/meshes/game/map-border_hor_aeon_mesh",
imagerMeshDetailsHorz = "/meshes/game/map-border_hor_aeon_a_mesh",
bodyColor = "FF18d606", --#FFc7e98a
bodyColor = "FFc7e98a", --#FFc7e98a
factionTextColor = "FF34CB0B", --#FF34CB0B
factionBackColor = "FF31AB10", --#FF31AB10
factionFontOverColor = "FFa4ff00", --#FFa4ff00
factionFontDownColor = "FFFFFFFF", --#FFFFFFFF
dialogCaptionColor = "FFbadbdb", --#FFbadbdb
dialogColumnColor = "FF6FAFAF", --#FF6FAFAF
dialogButtonColor = "FF69AB4D", --#FF69AB4D
fontColor = "FFc7e98a",
dialogButtonFont = "Zeroes Three",
highlightColor = "FF7FA8A4", --#FF7FA8A4
disabledColor = "FF3b5511", --#FF3b5511
Expand All @@ -51,15 +50,14 @@ skins = {
texturesPath = "/textures/ui/cybran",
imagerMesh = "/meshes/game/map-border_squ_cybran_mesh",
imagerMeshHorz = "/meshes/game/map-border_hor_cybran_mesh",
bodyColor = "FFb00101", --#FFe24f2d
bodyColor = "FFe24f2d", --#FFe24f2d
factionTextColor = "FFF43B1F", --#FFDC1F02
factionBackColor = "FFBE2912", --#FFBE2912
factionFontOverColor = "FFff0000", --#FFff0000
factionFontDownColor = "FFFFFFFF", --#FFFFFFFF
dialogCaptionColor = "FFbadbdb", --#FFbadbdb
dialogColumnColor = "FF6FAFAF", --#FF6FAFAF
dialogButtonColor = "FF69AB4D", --#FF69AB4D
fontColor = "FFe24f2d",
dialogButtonFont = "Zeroes Three",
highlightColor = "FF7FA8A4", --#FF7FA8A4
disabledColor = "FF640505", --#FF640505
Expand All @@ -73,15 +71,14 @@ skins = {
imagerMeshDetails = "/meshes/game/map-border_squ_sera_a_mesh",
imagerMeshHorz = "/meshes/game/map-border_hor_sera_mesh",
imagerMeshDetailsHorz = "/meshes/game/map-border_hor_sera_a_mesh",
bodyColor = "FF927b00", --#FFffd700
bodyColor = "FFffd700", --#FFffd700
factionTextColor = "FFCBA21C", --#FFCBA21C
factionBackColor = "FFB08A0D", --#FFB08A0D
factionFontOverColor = "FFfffe84",--#FFfffe84
factionFontDownColor = "FFFFFFFF",--#FFFFFFFF
dialogCaptionColor = "FFbadbdb", --#FFbadbdb
dialogColumnColor = "FF6FAFAF", --#FF6FAFAF
dialogButtonColor = "FF69AB4D", --#FF69AB4D
fontColor = "FFffd700",
dialogButtonFont = "Zeroes Three",
highlightColor = "FF7FA8A4", --#FF7FA8A4
disabledColor = "FF685f16", --#FF685f16
Expand Down

0 comments on commit cd9dcb3

Please sign in to comment.