Ports a toggleable darkmode to the game!

This commit is contained in:
Ghommie
2019-07-05 22:29:50 +02:00
parent a814442fa5
commit 03315d1cbb
23 changed files with 784 additions and 205 deletions
+2 -32
View File
@@ -54,7 +54,6 @@ window "mainwindow"
size = 640x440
anchor1 = none
anchor2 = none
background-color = #272727
is-default = true
saved-params = "pos;size;is-minimized;is-maximized"
icon = 'icons\\ss13_64.png'
@@ -66,7 +65,6 @@ window "mainwindow"
size = 637x440
anchor1 = 0,0
anchor2 = 100,100
background-color = #272727
saved-params = "splitter"
left = "mapwindow"
right = "infowindow"
@@ -78,7 +76,6 @@ window "mainwindow"
size = 200x200
anchor1 = none
anchor2 = none
background-color = #272727
is-visible = false
saved-params = ""
elem "tooltip"
@@ -87,7 +84,6 @@ window "mainwindow"
size = 999x999
anchor1 = none
anchor2 = none
background-color = #272727
is-visible = false
saved-params = ""
@@ -98,7 +94,6 @@ window "mapwindow"
size = 640x480
anchor1 = none
anchor2 = none
background-color = #272727
saved-params = "pos;size;is-minimized;is-maximized"
is-pane = true
elem "map"
@@ -120,7 +115,6 @@ window "infowindow"
size = 640x480
anchor1 = none
anchor2 = none
background-color = #272727
saved-params = "pos;size;is-minimized;is-maximized"
is-pane = true
elem "info"
@@ -129,7 +123,6 @@ window "infowindow"
size = 640x445
anchor1 = 0,0
anchor2 = 100,100
background-color = #272727
saved-params = "splitter"
left = "statwindow"
right = "outputwindow"
@@ -140,8 +133,6 @@ window "infowindow"
size = 104x20
anchor1 = 3,0
anchor2 = 19,0
text-color = #ffffff
background-color = #40628a
saved-params = "is-checked"
text = "Changelog"
command = "changelog"
@@ -151,8 +142,6 @@ window "infowindow"
size = 100x20
anchor1 = 19,0
anchor2 = 34,0
text-color = #ffffff
background-color = #40628a
saved-params = "is-checked"
text = "Rules"
command = "rules"
@@ -162,8 +151,6 @@ window "infowindow"
size = 100x20
anchor1 = 34,0
anchor2 = 50,0
text-color = #ffffff
background-color = #40628a
saved-params = "is-checked"
text = "Wiki"
command = "wiki"
@@ -173,8 +160,6 @@ window "infowindow"
size = 100x20
anchor1 = 50,0
anchor2 = 66,0
text-color = #ffffff
background-color = #40628a
saved-params = "is-checked"
text = "Forum"
command = "forum"
@@ -184,8 +169,6 @@ window "infowindow"
size = 100x20
anchor1 = 66,0
anchor2 = 81,0
text-color = #ffffff
background-color = #40628a
saved-params = "is-checked"
text = "GitHub"
command = "github"
@@ -196,8 +179,6 @@ window "infowindow"
anchor1 = 81,0
anchor2 = 97,0
font-size = 8
text-color = #ffffff
background-color = #40628a
saved-params = "is-checked"
text = "Report Issue"
command = "report-issue"
@@ -209,6 +190,7 @@ window "outputwindow"
size = 640x480
anchor1 = none
anchor2 = none
text-color = #99aab5
background-color = #272727
saved-params = "pos;size;is-minimized;is-maximized"
titlebar = false
@@ -223,7 +205,6 @@ window "outputwindow"
size = 595x20
anchor1 = 0,100
anchor2 = 100,100
font-size = 10
background-color = #d3b5b5
is-default = true
saved-params = "command"
@@ -233,8 +214,6 @@ window "outputwindow"
size = 37x20
anchor1 = 100,100
anchor2 = none
text-color = #ffffff
background-color = #272727
saved-params = "is-checked"
text = "Chat"
command = ".winset \"say.is-checked=true ? input.command=\"!say \\\"\" : input.command=\""
@@ -246,7 +225,7 @@ window "outputwindow"
size = 640x456
anchor1 = 0,0
anchor2 = 100,100
background-color = #272727
background-color = #ffffff
is-visible = false
is-disabled = true
saved-params = ""
@@ -257,8 +236,6 @@ window "outputwindow"
size = 640x456
anchor1 = 0,0
anchor2 = 100,100
text-color = #40628a
background-color = #272727
is-default = true
saved-params = ""
@@ -269,7 +246,6 @@ window "statwindow"
size = 640x480
anchor1 = none
anchor2 = none
background-color = #272727
saved-params = "pos;size;is-minimized;is-maximized"
is-pane = true
elem "stat"
@@ -278,14 +254,8 @@ window "statwindow"
size = 640x480
anchor1 = 0,0
anchor2 = 100,100
text-color = #ffffff
background-color = #383838
is-default = true
saved-params = ""
tab-text-color = #ffffff
tab-background-color = #272727
prefix-color = #ebebeb
suffix-color = #ebebeb
window "preferences_window"
elem "preferences_window"