Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add light version of the theme #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ I have already created various Code extensions, but I never took the time to exp

![](./assets/sample_0.0.10.png)

Currenty the theme is available with and without italics.
Currently, the theme is available in both dark and light versions, with and without italics.

## Colors

I love colors. That is why I wanted to have a dark theme with vivid colors.
I love colors. That is why I wanted to have a theme with vivid colors.

The primary color for the theme will be: `#F141A8`. From this color, all other colors are derived.

Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
"label": "The unnamed (No Italics)",
"uiTheme": "vs-dark",
"path": "./themes/TheUnnamed-dark-no-italics-theme.json"
},
{
"label": "The unnamed - light",
"uiTheme": "vs-light",
"path": "./themes/TheUnnamed-light-theme.json"
}
]
},
Expand Down
Loading