-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from misa198/code-color-theme
Code color theme
- Loading branch information
Showing
57 changed files
with
8,284 additions
and
677 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 |
---|---|---|
@@ -1,21 +1,23 @@ | ||
MIT License | ||
Copyright (c) 2022 misa198<Thanh Vu> | ||
Copyright (c) GitHub Dark authors | ||
All rights reserved. | ||
|
||
Copyright (c) 2021 Thanh Vu <misa198> | ||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
1. Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
2. Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | ||
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
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 was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
export const colorThemeDeaultClass = 'misa198-github-code-color-theme'; | ||
export const colorThemes = [ | ||
'ambiance', | ||
'ayu-mirage', | ||
'chaos', | ||
'clouds-midnight', | ||
'cobalt', | ||
'dracula', | ||
'github-dark', | ||
'idle-fingers', | ||
'kr-theme', | ||
'merbivore-soft', | ||
'merbivore', | ||
'mono-industrial-clear', | ||
'mono-industrial', | ||
'monokai-spacegray-eighties', | ||
'monokai', | ||
'obsidian', | ||
'one-dark', | ||
'pastel-on-dark', | ||
'railscasts', | ||
'solarized-dark', | ||
'terminal', | ||
'tomorrow-night-blue', | ||
'tomorrow-night-bright', | ||
'tomorrow-night-eighties', | ||
'tomorrow-night', | ||
'twilight', | ||
'vibrant-ink', | ||
]; |
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,27 @@ | ||
import '../../styles/themes/code/ambiance.scss'; | ||
import '../../styles/themes/code/ayu-mirage.scss'; | ||
import '../../styles/themes/code/chaos.scss'; | ||
import '../../styles/themes/code/clouds-midnight.scss'; | ||
import '../../styles/themes/code/cobalt.scss'; | ||
import '../../styles/themes/code/dracula.scss'; | ||
import '../../styles/themes/code/github-dark.scss'; | ||
import '../../styles/themes/code/idle-fingers.scss'; | ||
import '../../styles/themes/code/kr-theme.scss'; | ||
import '../../styles/themes/code/merbivore-soft.scss'; | ||
import '../../styles/themes/code/merbivore.scss'; | ||
import '../../styles/themes/code/mono-industrial-clear.scss'; | ||
import '../../styles/themes/code/mono-industrial.scss'; | ||
import '../../styles/themes/code/monokai-spacegray-eighties.scss'; | ||
import '../../styles/themes/code/monokai.scss'; | ||
import '../../styles/themes/code/obsidian.scss'; | ||
import '../../styles/themes/code/one-dark.scss'; | ||
import '../../styles/themes/code/pastel-on-dark.scss'; | ||
import '../../styles/themes/code/railscasts.scss'; | ||
import '../../styles/themes/code/solarized-dark.scss'; | ||
import '../../styles/themes/code/terminal.scss'; | ||
import '../../styles/themes/code/tomorrow-night-blue.scss'; | ||
import '../../styles/themes/code/tomorrow-night-bright.scss'; | ||
import '../../styles/themes/code/tomorrow-night-eighties.scss'; | ||
import '../../styles/themes/code/tomorrow-night.scss'; | ||
import '../../styles/themes/code/twilight.scss'; | ||
import '../../styles/themes/code/vibrant-ink.scss'; |
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
Oops, something went wrong.