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:
parent
e8b313c574
commit
f37aedba76
5806
src/DarkThemeAsCeeCode.h
Normal file
5806
src/DarkThemeAsCeeCode.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user