-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
feat: adding CloudEditor theme #5404
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5404 +/- ##
=======================================
Coverage 87.54% 87.54%
=======================================
Files 583 583
Lines 46253 46253
Branches 7003 7003
=======================================
Hits 40493 40493
Misses 5760 5760
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Left 2 nitpicky comments
src/ext/themelist.js
Outdated
@@ -24,6 +24,7 @@ var themeData = [ | |||
["Kuroir"], | |||
["KatzenMilch"], | |||
["SQL Server" ,"sqlserver" , "light"], | |||
["CloudEditor", "cloud_editor", "light"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: Could you use the same formatting convention that's used for others? I.e., aligning indexes vertically
src/ext/themelist.js
Outdated
@@ -48,7 +49,8 @@ var themeData = [ | |||
["Tomorrow Night 80s" ,"tomorrow_night_eighties" , "dark"], | |||
["Twilight" ,"twilight" , "dark"], | |||
["Vibrant Ink" ,"vibrant_ink" , "dark"], | |||
["GitHub Dark" ,"github_dark" , "dark"] | |||
["GitHub Dark" ,"github_dark" , "dark"], | |||
["CloudEditor Dark", "cloud_editor_dark", "dark"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: Similar comment as above: could you use the same formatting convention that's used for others? I.e., aligning indexes vertically
Adding a new accessible modern theme for Ace