Merge pull request #3142 from Citadel-Station-13/upstream-merge-31193

[MIRROR] Makes the pda font a prefernce
This commit is contained in:
LetterJay
2017-10-05 08:38:19 -04:00
committed by GitHub
4 changed files with 57 additions and 15 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"