1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-29 15:09:30 +02:00

Added DarkThemeAsCeeCode.h and EXPERIMENTAL_DARK_AUDACITY

This commit is contained in:
James Crook 2016-08-12 13:28:52 +01:00
parent e8b313c574
commit f37aedba76
3 changed files with 5813 additions and 0 deletions

5806
src/DarkThemeAsCeeCode.h Normal file

File diff suppressed because it is too large Load Diff

View File

@ -48,6 +48,9 @@
// feature to link audio tracks to a label track
#define EXPERIMENTAL_SYNC_LOCK
// enables dark theme and customisations.
#define EXPERIMENTAL_DARK_AUDACITY
// experimental theming
// Work in progress, June-2008.
// This mostly sets up a weird color scheme currently.

View File

@ -189,7 +189,11 @@ WX_DEFINE_USER_EXPORTED_OBJARRAY( ArrayOfColours )
// Include the ImageCache...
static unsigned char ImageCacheAsData[] = {
#ifdef EXPERIMENTAL_DARK_AUDACITY
#include "DarkThemeAsCeeCode.h"
#else
#include "ThemeAsCeeCode.h"
#endif
};
// theTheme is a global variable.