forked from sdras/night-owl-vscode-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
65 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
import Comp from "./comp"; | ||
|
||
# Night Owl Theme | ||
|
||
> Night Owl theme for VS Code. | ||
## Heading 2 | ||
|
||
### Heading 3 | ||
|
||
A **VS Code dark** theme for contrast for nighttime coding. | ||
|
||
import Comp from "./comp"; | ||
|
||
export function Local(props) { | ||
return <span style={{ color: "red" }} {...props} />; | ||
} | ||
|
||
![Preview](images/preview.gif) | ||
|
||
# Installation | ||
|
||
1. Install [Visual Studio Code](https://code.visualstudio.com/) | ||
2. Launch Visual Studio Code | ||
3. Choose **Extensions** from menu | ||
4. Search for `night-owl` | ||
5. Click **Install** to install it | ||
6. Click **Reload** to reload the Code | ||
7. File > Preferences > Color Theme > **Night Owl** | ||
|
||
-[ ] check check 12 12 -[ ] check check 12 12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters