quick fixes -- terminal selection color and connection modal terminal styles (#440)

* fix lightmode selction color

* fix styles on remote conn view
This commit is contained in:
Mike Sawka
2024-03-12 14:41:47 -07:00
committed by GitHub
parent 36de526e8e
commit d1baf504ba
6 changed files with 7 additions and 21 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
:root {
/*
* term colors (16 + 2) form the base terminal theme
* term colors (16 + 5) form the base terminal theme
* for consistency these colors should be used by plugins/applications
*/
--term-black: #000000;
@@ -27,4 +27,5 @@
--term-cmdtext: #ffffff;
--term-foreground: #d3d7cf;
--term-background: #000000;
--term-selection-background: #ffffff40;
}