Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"themes": [
{
"label": "Slack Theme Aubergine",
"uiTheme": "vs-dark",
"uiTheme": "vs",
"path": "./themes/aubergine.json"
},
{
Expand All @@ -39,22 +39,22 @@
},
{
"label": "Slack Theme Monument",
"uiTheme": "vs-dark",
"uiTheme": "vs",
"path": "./themes/monument.json"
},
{
"label": "Slack Theme Ochin",
"uiTheme": "vs-dark",
"uiTheme": "vs",
"path": "./themes/ochin.json"
},
{
"label": "Slack Theme Work Hard",
"uiTheme": "vs-dark",
"uiTheme": "vs",
"path": "./themes/work-hard.json"
},
{
"label": "Slack Theme Choco Mint",
"uiTheme": "vs-dark",
"uiTheme": "vs",
"path": "./themes/choco-mint.json"
},
{
Expand All @@ -64,12 +64,12 @@
},
{
"label": "Slack Theme Protanopia & Deuteranopia",
"uiTheme": "vs-dark",
"uiTheme": "vs",
"path": "./themes/protanopia-deuteranopia.json"
},
{
"label": "Slack Theme Tritanopia",
"uiTheme": "vs-dark",
"uiTheme": "vs",
"path": "./themes/tritanopia.json"
},
{
Expand All @@ -79,4 +79,4 @@
}
]
}
}
}
4 changes: 2 additions & 2 deletions themes/aubergine.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"Slack Theme Aubergine",
"type":"dark",
"type":"light",
"colors":{
"foreground":"#36373B",
"focusBorder":"#3E313C",
Expand Down Expand Up @@ -510,4 +510,4 @@
}
}
]
}
}
4 changes: 2 additions & 2 deletions themes/choco-mint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"Slack Theme Choco Mint",
"type":"dark",
"type":"light",
"colors":{
"foreground":"#36373B",
"focusBorder":"#2B231D",
Expand Down Expand Up @@ -502,4 +502,4 @@
}
}
]
}
}
4 changes: 2 additions & 2 deletions themes/monument.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"Slack Theme Monument",
"type":"dark",
"type":"light",
"colors":{
"foreground":"#36373B",
"focusBorder":"#003F42",
Expand Down Expand Up @@ -502,4 +502,4 @@
}
}
]
}
}
4 changes: 2 additions & 2 deletions themes/ochin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"Slack Theme Ochin",
"type":"dark",
"type":"light",
"colors":{
"foreground":"#36373B",
"focusBorder":"#161F26",
Expand Down Expand Up @@ -502,4 +502,4 @@
}
}
]
}
}
4 changes: 2 additions & 2 deletions themes/protanopia-deuteranopia.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"Slack Theme Protanopia & Deuteranopia",
"type":"dark",
"type":"light",
"colors":{
"foreground":"#36373B",
"focusBorder":"#1D0B19",
Expand Down Expand Up @@ -510,4 +510,4 @@
}
}
]
}
}
4 changes: 2 additions & 2 deletions themes/tritanopia.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"Slack Theme Tritanopia",
"type":"dark",
"type":"light",
"colors":{
"foreground":"#36373B",
"focusBorder":"#1D0B19",
Expand Down Expand Up @@ -510,4 +510,4 @@
}
}
]
}
}
4 changes: 2 additions & 2 deletions themes/work-hard.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"Slack Theme Work Hard",
"type":"dark",
"type":"light",
"colors":{
"foreground":"#36373B",
"focusBorder":"#272928",
Expand Down Expand Up @@ -502,4 +502,4 @@
}
}
]
}
}