mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
fix terminal selection colors when transparency is turned on (#1584)
fix some more of the selection background colors and fix onedarkpro (was too washed out and not using the correct official colors)
This commit is contained in:
parent
133d7ce5a7
commit
fca6068599
@ -28,16 +28,15 @@
|
|||||||
"onedarkpro": {
|
"onedarkpro": {
|
||||||
"display:name": "One Dark Pro",
|
"display:name": "One Dark Pro",
|
||||||
"display:order": 2,
|
"display:order": 2,
|
||||||
"background": "#282C34",
|
"background": "#21252B",
|
||||||
"foreground": "#ABB2BF",
|
"foreground": "#ABB2BF",
|
||||||
"cursor": "#D7DAE0",
|
"cursor": "#D7DAE0",
|
||||||
"selectionBackground": "#528BFF",
|
|
||||||
"black": "#3F4451",
|
"black": "#3F4451",
|
||||||
"red": "#E05561",
|
"red": "#E06C75",
|
||||||
"green": "#8CC265",
|
"green": "#98C379",
|
||||||
"yellow": "#D18F52",
|
"yellow": "#D18F52",
|
||||||
"blue": "#4AA5F0",
|
"blue": "#61AFEF",
|
||||||
"magenta": "#C162DE",
|
"magenta": "#C678DD",
|
||||||
"cyan": "#42B3C2",
|
"cyan": "#42B3C2",
|
||||||
"white": "#D7DAE0",
|
"white": "#D7DAE0",
|
||||||
"brightBlack": "#4F5666",
|
"brightBlack": "#4F5666",
|
||||||
@ -73,7 +72,6 @@
|
|||||||
"gray": "#6272A4",
|
"gray": "#6272A4",
|
||||||
"cmdtext": "#F8F8F2",
|
"cmdtext": "#F8F8F2",
|
||||||
"foreground": "#F8F8F2",
|
"foreground": "#F8F8F2",
|
||||||
"selectionBackground": "#44475a",
|
|
||||||
"background": "#282a36",
|
"background": "#282a36",
|
||||||
"cursor": "#f8f8f2"
|
"cursor": "#f8f8f2"
|
||||||
},
|
},
|
||||||
@ -99,7 +97,6 @@
|
|||||||
"gray": "#75715E",
|
"gray": "#75715E",
|
||||||
"cmdtext": "#F8F8F2",
|
"cmdtext": "#F8F8F2",
|
||||||
"foreground": "#F8F8F2",
|
"foreground": "#F8F8F2",
|
||||||
"selectionBackground": "#49483E",
|
|
||||||
"background": "#272822",
|
"background": "#272822",
|
||||||
"cursor": "#F8F8F2"
|
"cursor": "#F8F8F2"
|
||||||
},
|
},
|
||||||
@ -125,7 +122,7 @@
|
|||||||
"gray": "#767676",
|
"gray": "#767676",
|
||||||
"cmdtext": "#CCCCCC",
|
"cmdtext": "#CCCCCC",
|
||||||
"foreground": "#CCCCCC",
|
"foreground": "#CCCCCC",
|
||||||
"selectionBackground": "#3A96DD",
|
"selectionBackground": "#3A96DD77",
|
||||||
"background": "#0C0C0C",
|
"background": "#0C0C0C",
|
||||||
"cursor": "#CCCCCC"
|
"cursor": "#CCCCCC"
|
||||||
},
|
},
|
||||||
@ -150,7 +147,7 @@
|
|||||||
"brightWhite": "#FFFFFF",
|
"brightWhite": "#FFFFFF",
|
||||||
"background": "#2B2620",
|
"background": "#2B2620",
|
||||||
"foreground": "#F2E6D4",
|
"foreground": "#F2E6D4",
|
||||||
"selectionBackground": "#B7950B",
|
"selectionBackground": "#B7950B77",
|
||||||
"cursor": "#F9D784"
|
"cursor": "#F9D784"
|
||||||
},
|
},
|
||||||
"rosepine": {
|
"rosepine": {
|
||||||
@ -175,7 +172,6 @@
|
|||||||
"gray": "#908caa",
|
"gray": "#908caa",
|
||||||
"cmdtext": "#e0def4",
|
"cmdtext": "#e0def4",
|
||||||
"foreground": "#e0def4",
|
"foreground": "#e0def4",
|
||||||
"selectionBackground": "#403d52",
|
|
||||||
"background": "#191724",
|
"background": "#191724",
|
||||||
"cursor": "#524f67"
|
"cursor": "#524f67"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user