Trying more subdued colours for the statuses.
- This will also let the cursor line stand out more.
This commit is contained in:
parent
8289e22919
commit
293f013236
6 changed files with 19 additions and 14 deletions
|
|
@ -26,10 +26,10 @@
|
|||
│ (B[m[38;2;0;255;0m[48;2;0;0;0mf(B[m[38;2;255;255;255m[48;2;0;0;0m - Resize the focused pane to the full screen. (toggle) │
|
||||
│ │
|
||||
│Statuses: │
|
||||
│ (B[m[38;2;255;255;255m[48;2;255;255;255m (B[m[38;2;255;255;255m[48;2;0;0;0m Normal │
|
||||
│ (B[m[38;2;255;255;255m[48;2;0;255;0m (B[m[38;2;255;255;255m[48;2;0;0;0m Ok │
|
||||
│ (B[m[38;2;255;255;255m[48;2;255;0;0m (B[m[38;2;255;255;255m[48;2;0;0;0m Problem │
|
||||
│ (B[m[38;2;255;255;255m[48;2;100;100;100m (B[m[38;2;255;255;255m[48;2;0;0;0m Not applicable │
|
||||
│ (B[m[38;2;255;255;255m[48;2;150;150;150m (B[m[38;2;255;255;255m[48;2;0;0;0m Normal │
|
||||
│ (B[m[38;2;255;255;255m[48;2;0;128;0m (B[m[38;2;255;255;255m[48;2;0;0;0m Ok │
|
||||
│ (B[m[38;2;255;255;255m[48;2;139;0;0m (B[m[38;2;255;255;255m[48;2;0;0;0m Problem │
|
||||
│ (B[m[38;2;255;255;255m[48;2;150;75;0m (B[m[38;2;255;255;255m[48;2;0;0;0m Not applicable │
|
||||
│ (B[m[38;2;255;255;255m[48;2;90;90;255m (B[m[38;2;255;255;255m[48;2;0;0;0m Running │
|
||||
│ (B[m[38;2;255;255;255m[48;2;255;255;0m (B[m[38;2;255;255;255m[48;2;0;0;0m Paused │
|
||||
│ (B[m[38;2;255;255;255m[48;2;200;0;200m (B[m[38;2;255;255;255m[48;2;0;0;0m Timed out │
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(B[m[38;2;255;255;255m[48;2;0;0;0m
|
||||
|
||||
(B[m[38;2;0;255;0m[48;2;0;0;0m> def hi():(B[m[38;2;255;255;255m[48;2;0;0;0m
|
||||
(B[m[38;2;0;255;0m[48;2;0;0;0m> print("hi")(B[m
|
||||
(B[m[38;2;0;128;0m[48;2;0;0;0m> def hi():(B[m[38;2;255;255;255m[48;2;0;0;0m
|
||||
(B[m[38;2;0;128;0m[48;2;0;0;0m> print("hi")(B[m
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
(B[m[38;2;255;255;255m[48;2;0;0;0m
|
||||
|
||||
(B[m[38;2;0;255;0m[48;2;0;0;0m> def hi():(B[m[38;2;255;255;255m[48;2;0;0;0m
|
||||
(B[m[38;2;0;255;0m[48;2;0;0;0m> print "hi"(B[m
|
||||
(B[m[38;2;0;128;0m[48;2;0;0;0m> def hi():(B[m[38;2;255;255;255m[48;2;0;0;0m
|
||||
(B[m[38;2;0;128;0m[48;2;0;0;0m> print "hi"(B[m
|
||||
Loading…
Add table
Add a link
Reference in a new issue