-
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.
- Loading branch information
Showing
5 changed files
with
86 additions
and
46 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
![image](https://raw.githubusercontent.com/NezitX/acode-better-github-dark/refs/heads/main/assets/better-githubdark-logo.png) | ||
|
||
Better GitHub Dark is a [Acode Plugin](https://acode.app/plugin-docs/) theme based on [Ace](https://ace.c9.io/) GitHub Dark theme. | ||
![GitHub Repo Shield](https://img.shields.io/github/repo-size/NezitX/acode-better-github-dark?color=pink&label=Size&style=for-the-badge) | ||
![License](https://img.shields.io/github/license/NezitX/acode-better-github-dark?color=pink&style=for-the-badge) | ||
![GitHub Stars](https://img.shields.io/github/stars/NezitX/acode-better-github-dark?color=pink&style=for-the-badge) | ||
![Version](https://img.shields.io/github/v/release/NezitX/acode-better-github-dark?color=pink&style=for-the-badge) | ||
|
||
<div align="center"> | ||
<p>Better GitHub Dark is a <a href="https://acode.app/">Acode</a> plugin theme based on <a href="https://ace.c9.io/">Ace</a> GitHub Dark theme.</p> | ||
</div> | ||
|
||
## Preview | ||
![image](https://raw.githubusercontent.com/NezitX/acode-better-github-dark/refs/heads/main/assets/example.png) | ||
|
||
## Note | ||
this project is fork from [acode editorTheme template](https://github.com/legendSabbir/acode-editorTheme-template/) thanks for the template. | ||
## License | ||
this plugin is under [MIT LICENSE](./LICENSE) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -363,4 +363,4 @@ $theme-colors: ( | |
background-color: transparent; | ||
color: map.get($theme-colors, "warning"); | ||
} | ||
} | ||
} |