Skip to content

Commit 5b87d8b

Browse files
Provide Cdas overlay value color
1 parent 597f10f commit 5b87d8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/CodeEditor/editor-themes/themesCdasBrowser.jsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export const themeCdasBrowserDark = {
22
name: "cdas-browser-dark",
33
styles: {
4+
colorOverlayBg: "rgba(0,0,0, 0.3)",
45
colorUI500: "#f4f4f4",
56
colorBg400: "#3a3d3d",
67
colorBg500: "#3a3d3d",
@@ -15,6 +16,7 @@ export const themeCdasBrowserDark = {
1516
export const themeCdasBrowserLight = {
1617
name: "cdas-browser-light",
1718
styles: {
19+
colorOverlayBg: "rgba(205, 205, 215, 0.5)",
1820
colorBg500: "#ffffff",
1921
colorBg600: "#f4f4f4",
2022
colorUI500: "#363636",

0 commit comments

Comments
 (0)