Skip to content

Commit 2e48f7d

Browse files
committed
Update Theme for v0.0.1-beta
1 parent dae76f9 commit 2e48f7d

File tree

3 files changed

+323
-232
lines changed

3 files changed

+323
-232
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
<img alt="License" src="https://img.shields.io/badge/license-MIT-%235FCC6F">
1818
</p>
19+
<!-- Plugin description end -->
1920

2021
<p align="center">
2122
<a href="#install">Install</a> •
@@ -42,4 +43,3 @@ This theme is maintained by the following person(s) and a bunch of [awesome cont
4243
## License
4344

4445
[MIT License](./LICENSE.md)
45-
<!-- Plugin description end -->

src/main/resources/Omni.theme.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"ui": {
2828
"*": {
29-
"background": "BGDarker",
29+
"background": "BG",
3030
"foreground": "FG",
3131
"infoForeground": "#9280C4",
3232
"selectionBackground": "#41414D60",
@@ -133,10 +133,11 @@
133133
"OptionPane": {
134134
"background": "BG"
135135
},
136-
"CheckBox.background": "BG",
137-
"Group.separatorColor": "COMMENT",
136+
"Group": {
137+
"separatorColor": "COMMENT"
138+
},
138139
"EditorTabs": {
139-
"background": "BGDarker",
140+
"background": "BGDark",
140141
"borderColor": "BG"
141142
},
142143
"Editor": {
@@ -223,7 +224,10 @@
223224
"selectedForeground": "FG"
224225
}
225226
},
226-
"Tree.modifiedItemForeground": "PURPLE",
227+
"Tree": {
228+
"background": "BGDark",
229+
"modifiedItemForeground": "PURPLE"
230+
},
227231
"ValidationTooltip": {
228232
"errorBackground": "BG",
229233
"errorBorderColor": "RED",

0 commit comments

Comments
 (0)