Update Server Console, Again... (#776)

* More console changes

* Update Console Page

* Edit console input

* oops

* Remove failed attempt of clearing input when server offline

* Update File Editor to match console

* a touch more style

* Show not-allowed on read-only input

* round bottom corners of command input

* Move custom css to file
This commit is contained in:
Charles
2024-12-07 19:22:18 -05:00
committed by GitHub
parent d908fb9a9d
commit cc3a7a2d0d
5 changed files with 59 additions and 24 deletions

View File

@@ -18,7 +18,7 @@ return [
'inherit' => true,
'rules' => [
[
'background' => '0C1021',
'background' => '161F27',
'token' => '',
],
[
@@ -139,8 +139,8 @@ return [
],
'colors' => [
'editor.foreground' => '#F8F8F8',
'editor.background' => '#0C1021',
'editor.selectionBackground' => '#253B76',
'editor.background' => '#101519',
'editor.selectionBackground' => '#5a5f63',
'editor.lineHighlightBackground' => '#FFFFFF0F',
'editorCursor.foreground' => '#FFFFFFA6',
'editorWhitespace.foreground' => '#FFFFFF40',