Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 0c26073

Browse files
LarzLarz
Larz
authored and
Larz
committed
Missed dark JS Code Hint colors.
1 parent 3f62d00 commit 0c26073

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/extensions/default/JavaScriptCodeHints/styles/brackets-js-hints.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,26 @@
8888
.brackets-js-hints .current-parameter {
8989
font-weight: 500;
9090
}
91+
92+
/* Dark Styles */
93+
94+
.dark .brackets-js-hints.priority-high {
95+
color: #a1f200; /* green */
96+
}
97+
98+
.dark .brackets-js-hints.priority-medium {
99+
color: #3ff8ff; /* blue */
100+
}
101+
102+
.dark .brackets-js-hints.priority-low {
103+
color: #e6adff; /* violet */
104+
}
105+
106+
.dark .brackets-js-hints.priority-lowest {
107+
color: #bbb; /* dark grey */
108+
}
109+
110+
.dark .brackets-js-hints.literal-hint {
111+
color: #bbb; /* dark grey */
112+
font-family: SourceCodePro;
113+
}

0 commit comments

Comments
 (0)