-
-
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.
feat: added new Scheme: "Meetio Ocean"
- Loading branch information
1 parent
d331dc2
commit cba20b5
Showing
15 changed files
with
1,205 additions
and
418 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
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 |
---|---|---|
|
@@ -3,24 +3,25 @@ | |
"author": "Mauro Reis Vieira <[email protected]", | ||
"variables": { | ||
"primary" : "#7dcac4", | ||
"foreground" : "#fefefe", | ||
"background" : "#212121", | ||
"black" : "#121212", | ||
"blue" : "#64b5f6", | ||
"blue" : "#82aaff", | ||
"cyan" : "#89ddff", | ||
"gray" : "#65737e", | ||
"green" : "#81c784", | ||
"green" : "#c3e88d", | ||
"orange" : "#f78c6c", | ||
"pink" : "#f06292", | ||
"purple" : "#ba68c8", | ||
"red" : "#f07178", | ||
"purple" : "#bb80b3", | ||
"red" : "#ff5370", | ||
"deep-orange" : "#f97b58", | ||
"light-blue" : "#e1f5fe", | ||
"deep-purple" : "#b39ddb", | ||
"white" : "#fefefe", | ||
"yellow" : "#ffcb6b" | ||
}, | ||
"globals": { | ||
"foreground" : "var(white)", | ||
"foreground" : "var(foreground)", | ||
"background" : "var(background)", | ||
"caret" : "var(yellow)", | ||
"line_highlight" : "color(var(white) alpha(0.1))", | ||
|
@@ -44,51 +45,6 @@ | |
"tags_options" : "stippled_underline" | ||
}, | ||
"rules": [ | ||
{ | ||
"background": "#000000", | ||
"foreground": "#ffffff", | ||
"scope": "col_gutter" | ||
}, | ||
{ | ||
"background": "#7B88CCFF", | ||
"foreground": "#0B0B0BFF", | ||
"scope": "col_7B88CCFF" | ||
}, | ||
{ | ||
"background": "#455A64FF", | ||
"foreground": "#D4D4D4FF", | ||
"scope": "col_455A64FF" | ||
}, | ||
{ | ||
"background": "#A3A3A3FF", | ||
"foreground": "#232323FF", | ||
"scope": "col_A3A3A3FF" | ||
}, | ||
{ | ||
"background": "#C1685CFF", | ||
"foreground": "#010101FF", | ||
"scope": "col_C1685CFF" | ||
}, | ||
{ | ||
"background": "#479E8EFF", | ||
"foreground": "#020202FF", | ||
"scope": "col_479E8EFF" | ||
}, | ||
{ | ||
"background": "#7DCAC4FF", | ||
"foreground": "#323232FF", | ||
"scope": "col_7DCAC4FF" | ||
}, | ||
{ | ||
"background": "#D33131FF", | ||
"foreground": "#E1E1E1FF", | ||
"scope": "col_D33131FF" | ||
}, | ||
{ | ||
"background": "#FFFFFFFF", | ||
"foreground": "#7F7F7FFF", | ||
"scope": "col_FFFFFFFF" | ||
}, | ||
{ | ||
"name": "Comment", | ||
"scope": "comment, punctuation.definition.comment", | ||
|
Oops, something went wrong.