mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
More subtle color
This commit is contained in:
parent
24c91d373c
commit
a8f922b112
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ namespace IDE
|
||||||
public Color mBuildWarning = 0xFFFFFF80;
|
public Color mBuildWarning = 0xFFFFFF80;
|
||||||
public Color mVisibleWhiteSpace = 0xFF9090C0;
|
public Color mVisibleWhiteSpace = 0xFF9090C0;
|
||||||
public Color mCurrentLineHilite = 0xFF4C4C54;
|
public Color mCurrentLineHilite = 0xFF4C4C54;
|
||||||
public Color mCurrentLineNumberHilite = 0x20FFFFFF;
|
public Color mCurrentLineNumberHilite = 0x18FFFFFF;
|
||||||
|
|
||||||
public void Deserialize(StructuredData sd)
|
public void Deserialize(StructuredData sd)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue