mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 08:30:25 +02:00
Make grid and outline colors configurable.
This commit is contained in:
parent
e064020c06
commit
07ca3a319d
7 changed files with 22 additions and 12 deletions
|
@ -365,8 +365,8 @@ namespace IDE.ui
|
|||
//Outline(g, mCategorySelector, 0, 0, 0xFF404040);
|
||||
//Outline(g, mCategorySelector, -1, -1, 0xFF202020);
|
||||
|
||||
Outline(g, mFileList, 0, 0, IDEApp.cDialogOutlineLightColor);
|
||||
Outline(g, mFileList, -1, -1, IDEApp.cDialogOutlineDarkColor);
|
||||
Outline(g, mFileList, 0, 0, DarkTheme.COLOR_DIALOG_OUTLINE_OUT);
|
||||
Outline(g, mFileList, -1, -1, DarkTheme.COLOR_DIALOG_OUTLINE_IN);
|
||||
}
|
||||
|
||||
void CheckFileDates()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue