Skip to content

Commit

Permalink
Prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
about-code committed Nov 19, 2017
1 parent 6d78ab4 commit 6b53621
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vscode-theme-adapted

An [Adpata](https://github.com/adapta-project) theme for [VSCode](https://github.com/microsoft/vscode) with Monokai or VSCode+ syntax theme.
An [Adpata](https://github.com/adapta-project) UI theme for [VSCode](https://github.com/microsoft/vscode) with Monokai or VSCode+ syntax theme.

![Preview](./preview/preview.png)
![Preview](./preview/preview1.png)

![Preview](./preview/preview2.png)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "vscode-theme-adapted",
"displayName": "Adapted",
"description": "A dark Adapta Theme",
"description": "A dark Adapta theme",
"categories": [ "Themes" ],
"version": "1.0.0",
"publisher": "Andreas Martin",
"publisher": "about-code",
"icon": "icon.png",
"repository": {
"url": "https://github.com/about-code/vscode-theme-adapted"
Expand Down
Binary file added preview/preview1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion themes/adapted-dark-monokai.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "vscode://schemas/color-theme",
"include": "./adapta-dark.json",
"include": "./adapted-dark.json",
"tokenColors": [
{
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion themes/adapted-dark-vscode-plus.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "vscode://schemas/color-theme",
"include": "./adapta-dark.json",
"include": "./adapted-dark.json",
"tokenColors": [
{
"name": "Function declarations",
Expand Down
8 changes: 4 additions & 4 deletions themes/adapted-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
//"editorSuggestWidget.foreground": "#465963",
"editorSuggestWidget.border": "#75715e",
"editor.wordHighlightStrongBackground": "#6a6a9680",
// SEARCH RESULTS
"editor.findMatchBackground": "#008D8050",
"editor.findMatchHighlightBackground": "#008D8050",
"editor.findRangeHighlightBackground": "#008D8050",
// PEEK VIEW
"peekView.border": "#212B30",
"peekViewTitle.background": "#222D32",
"peekViewEditor.background": "#071A26",
"peekViewResult.background": "#071A26",
// SEARCH
"editor.findMatchBackground": "#008d7f48",
"editor.findMatchHighlightBackground": "#008d7f48",
// "editor.findRangeHighlightBackground": "",
"tab.inactiveBackground": "#222D32",
"tab.border": "#263238",
//"tab.activeBorder": "#00BCD4",
Expand Down

0 comments on commit 6b53621

Please sign in to comment.