mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-15 21:48:08 +03:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user