Makes the pda font a prefernce

This commit is contained in:
Supermichael777
2017-10-04 19:28:57 -05:00
committed by CitadelStationBot
parent 2d27df3adc
commit 63aa1c7153
4 changed files with 74 additions and 14 deletions
+6
View File
@@ -288,6 +288,12 @@ GLOBAL_LIST_INIT(ghost_accs_options, list(GHOST_ACCS_NONE, GHOST_ACCS_DIR, GHOST
GLOBAL_LIST_INIT(ghost_others_options, list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DEFAULT_SPRITE, GHOST_OTHERS_THEIR_SETTING)) //Same as ghost_accs_options.
//pda fonts
#define MONO "Monospaced"
#define VT "VT323"
#define ORBITRON "Orbitron"
#define SHARE "Share Tech Mono"
//Color Defines
#define OOC_COLOR "#002eb8"