refactor(kernel): change color arrays to static

This commit is contained in:
2025-04-17 16:01:40 +00:00
parent e270c9f35b
commit bcc2c9d0ab
3 changed files with 4 additions and 6 deletions

View File

@ -155,8 +155,6 @@ namespace KernelConsole
*/
extern ConsoleTerminal *Terminals[16];
extern std::atomic<ConsoleTerminal *> CurrentTerminal;
extern int TermColors[];
extern int TermBrightColors[];
bool SetTheme(std::string Theme);