added status colors

This commit is contained in:
Grizzly Adam 2018-03-15 18:37:51 -05:00 committed by GitHub
parent 5661c14a4e
commit f28024af96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,9 @@ laptop.themes = {
table_highlight_textcolor = '#000000',
table_border = 'yes',
texture_replacements = {}, -- No replacements in default theme
status_online_textcolor = "#00FF00",
status_disabled_textcolor = "#FF0000",
status_off_textcolor = "#888888",
},
}