bug fixes
This commit is contained in:
@@ -27,23 +27,23 @@ interface:
|
||||
shadow: false
|
||||
borders: "simple"
|
||||
colors:
|
||||
background : "#333D3D"
|
||||
shadow : "#000000"
|
||||
view : "#1c2323"
|
||||
primary : "#a6d8d3"
|
||||
secondary : "#8cb4b7"
|
||||
tertiary : "#eeeeee"
|
||||
title_primary : "#f93fbd"
|
||||
title_secondary : "#ff0000"
|
||||
highlight : "#f93fbd"
|
||||
highlight_inactive : "#a6d8d3"
|
||||
highlight_text : "#333333"
|
||||
background : "black"
|
||||
shadow : "black"
|
||||
view : "black"
|
||||
primary : "light cyan"
|
||||
secondary : "cyan"
|
||||
tertiary : "green"
|
||||
title_primary : "light magenta"
|
||||
title_secondary : "magenta"
|
||||
highlight : "light white"
|
||||
highlight_inactive : "white"
|
||||
highlight_text : "black"
|
||||
log_colors:
|
||||
trace : "#707070"
|
||||
debug : "#a0a0a0"
|
||||
info : "#5cd3c6"
|
||||
warn : "#fedc50"
|
||||
error : "#ff4a15"
|
||||
trace : "light blue"
|
||||
debug : "light green"
|
||||
info : "white"
|
||||
warn : "light yellow"
|
||||
error : "light red"
|
||||
"###
|
||||
.replace(
|
||||
"%LOGGING_FILE_DIRECTORY%",
|
||||
|
||||
Reference in New Issue
Block a user