UI: Default theme - minor tweaks to console colors closer to text editor's
This commit is contained in:
@@ -667,7 +667,7 @@ const bTheme U_theme_default = {
|
||||
.metadatatext = RGBA(0xffffffff),
|
||||
},
|
||||
.text = {
|
||||
.back = RGBA(0x27272700),
|
||||
.back = RGBA(0x30303000),
|
||||
.title = RGBA(0xeeeeeeff),
|
||||
.text = RGBA(0xffffffff),
|
||||
.text_hi = RGBA(0xffffffff),
|
||||
@@ -815,7 +815,7 @@ const bTheme U_theme_default = {
|
||||
.facedot_size = 4,
|
||||
},
|
||||
.tconsole = {
|
||||
.back = RGBA(0x27272700),
|
||||
.back = RGBA(0x30303000),
|
||||
.title = RGBA(0xeeeeeeff),
|
||||
.text = RGBA(0xffffffff),
|
||||
.text_hi = RGBA(0xffffffff),
|
||||
@@ -835,11 +835,11 @@ const bTheme U_theme_default = {
|
||||
.back = RGBA(0x333333b3),
|
||||
.sub_back = RGBA(0x0000003e),
|
||||
},
|
||||
.console_output = RGBA(0xb3c2ffff),
|
||||
.console_input = RGBA(0xffffffff),
|
||||
.console_info = RGBA(0x47b347ff),
|
||||
.console_error = RGBA(0xde6f6fff),
|
||||
.console_cursor = RGBA(0xde5959ff),
|
||||
.console_output = RGBA(0x71a8ffff),
|
||||
.console_input = RGBA(0xf2f2f2ff),
|
||||
.console_info = RGBA(0x95d600ff),
|
||||
.console_error = RGBA(0xff4d84ff),
|
||||
.console_cursor = RGBA(0xff0000ff),
|
||||
.console_select = RGBA(0xffffff30),
|
||||
.vertex_size = 3,
|
||||
.outline_width = 1,
|
||||
|
||||
Reference in New Issue
Block a user