Skip to content
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

Merged
merged 4 commits into from
Nov 30, 2023
Merged

feat: adding CloudEditor theme #5404

merged 4 commits into from
Nov 30, 2023

Conversation

marinsokol5
Copy link
Contributor

Adding a new accessible modern theme for Ace

Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (95af560) 87.54% compared to head (89f1c57) 87.54%.

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           
Flag Coverage Δ
unittests 87.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@andredcoliveira andredcoliveira left a 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

@@ -24,6 +24,7 @@ var themeData = [
["Kuroir"],
["KatzenMilch"],
["SQL Server" ,"sqlserver" , "light"],
["CloudEditor", "cloud_editor", "light"],
Copy link
Contributor

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

@@ -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"]
Copy link
Contributor

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

@marinsokol5 marinsokol5 merged commit b0ee067 into master Nov 30, 2023
3 checks passed
@marinsokol5 marinsokol5 deleted the cloud-editor-theme branch November 30, 2023 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants