aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/notepad-2/notepadUIDefines.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/3rdparty/notepad-2/notepadUIDefines.h')
-rw-r--r--demos/3rdparty/notepad-2/notepadUIDefines.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/demos/3rdparty/notepad-2/notepadUIDefines.h b/demos/3rdparty/notepad-2/notepadUIDefines.h
index 4d3aef9b..e1637d87 100644
--- a/demos/3rdparty/notepad-2/notepadUIDefines.h
+++ b/demos/3rdparty/notepad-2/notepadUIDefines.h
@@ -97,18 +97,18 @@
/* Color scheme definition */
typedef struct colScheme {
- color_t titleBarColor;
- color_t titleTextColor;
+ gColor titleBarColor;
+ gColor titleTextColor;
- color_t winBgColor;
- color_t drawingWinBorder;
+ gColor winBgColor;
+ gColor drawingWinBorder;
- color_t toolbarSeparator;
- color_t toolbarBgUnsel;
- color_t toolbarBgActive;
- color_t toolbarBgSel;
+ gColor toolbarSeparator;
+ gColor toolbarBgUnsel;
+ gColor toolbarBgActive;
+ gColor toolbarBgSel;
- color_t statusBarText;
+ gColor statusBarText;
} NColorScheme;