Skip to content

Commit 5eaf4a6

Browse files
committed
add dropdown color to themes
1 parent 763617d commit 5eaf4a6

File tree

328 files changed

+1034
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+1034
-33
lines changed

lib-n-ide/src/main/assets/themes/vscode/Morass.json.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
dropdown.background=#2c3431
2+
dropdown.border=#2c3431
3+
dropdown.foreground=#e4e3e1
14
theme.name=morass
25
theme.type=dark
36
view.bgColor=#313a36

lib-n-ide/src/main/assets/themes/vscode/absent-contrast.json.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
dropdown.background=#0a0c0e
2+
dropdown.border=#0a0c0e
3+
dropdown.foreground=#aeb9c4
14
theme.name=absent-contrast
25
theme.type=dark
36
view.bgColor=#0e1114

lib-n-ide/src/main/assets/themes/vscode/absent-light.json.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
dropdown.background=#fafafa
2+
dropdown.border=#fafafa
3+
dropdown.foreground=#465360
14
theme.name=absent-light
25
theme.type=light
36
view.bgColor=#ffffff

lib-n-ide/src/main/assets/themes/vscode/absent.json.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
dropdown.background=#21272d
2+
dropdown.border=#21272d
3+
dropdown.foreground=#aeb9c4
14
theme.name=absent
25
theme.type=dark
36
view.bgColor=#252c33

lib-n-ide/src/main/assets/themes/vscode/allure-contrast.json.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
dropdown.background=#121416
2+
dropdown.border=#121416
3+
dropdown.foreground=#c0ccdb
14
theme.name=allure-contrast
25
theme.type=dark
36
view.bgColor=#17191c

lib-n-ide/src/main/assets/themes/vscode/allure-light.json.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
dropdown.background=#fafafa
2+
dropdown.border=#fafafa
3+
dropdown.foreground=#555e68
14
theme.name=allure-light
25
theme.type=light
36
view.bgColor=#ffffff

lib-n-ide/src/main/assets/themes/vscode/allure.json.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
dropdown.background=#2d3237
2+
dropdown.border=#2d3237
3+
dropdown.foreground=#c0ccdb
14
theme.name=allure
25
theme.type=dark
36
view.bgColor=#32373d

lib-n-ide/src/main/assets/themes/vscode/arstotzka-contrast.json.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
dropdown.background=#0a0908
2+
dropdown.border=#0a0908
3+
dropdown.foreground=#edebe6
14
theme.name=arstotzka-contrast
25
theme.type=dark
36
view.bgColor=#0f0e0d

lib-n-ide/src/main/assets/themes/vscode/arstotzka-light.json.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
dropdown.background=#fafafa
2+
dropdown.border=#fafafa
3+
dropdown.foreground=#333333
14
theme.name=arstotzka-light
25
theme.type=light
36
view.bgColor=#ffffff

lib-n-ide/src/main/assets/themes/vscode/arstotzka.json.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
dropdown.background=#2e2929
2+
dropdown.border=#2e2929
3+
dropdown.foreground=#edebe6
14
theme.name=arstotzka
25
theme.type=dark
36
view.bgColor=#332e2e

0 commit comments

Comments
 (0)