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

Color Scheme #2

Merged
merged 1 commit into from
Jan 4, 2018
Merged

Color Scheme #2

merged 1 commit into from
Jan 4, 2018

Conversation

arcticicestudio
Copy link
Contributor

@arcticicestudio arcticicestudio commented Nov 4, 2017

Closes #1

Non-obtrusive cursor line and search marker.



Line numbers and invisible characters like whitespaces are faded out in order to keep the focus.

Dimmed indent guide- and bracket matching colors.


The syntax-based color of the selected code is easily recognizable.

Java

CSS

Typescript

Arrow Functions

Decorators (MobX Store)

React HOC

CSS-in-JS Design Pattern (Glamorous, Style Components)

Simple React- and React Router Components

The color scheme (1) supports all global settings (2) and base scopes (3)
according to the "Nord Style Guideslines" (4).

> Package Support

>> Languages

* Babel (5) (babel-sublime)
  * Decorators
  * Strings (Interpolated & Template Expressions + Keywords)
  * Constants
  * Object Keys & Variables
  * Arrow Functions
  * Static Variables
  * Classes
  * Spread Operators
  * Exports
* TypeScript (6)
  * Inherited Classes
  * Classes & Enums
  * Types
  * Primitives
  * Decorators
  * Strings (Interpolated & Template Expressions + Keywords)
  * Static Support Functions
  * Constants
  * JSDoc Tags

>> UI

* SublimeLinter (7)
  * Warnings
  * Errors
  * Gutter Marks
  * Ignored
  * Untracked
  * Inserted
  * Changed
  * Deleted
* GitGutter (8)
  * Ignored
  * Untracked
  * Inserted
  * Changed
  * Deleted

References:
  (1) https://www.sublimetext.com/docs/3/color_schemes.html
  (2) https://www.sublimetext.com/docs/3/color_schemes.html#global_settings
  (3) https://www.sublimetext.com/docs/3/scope_naming.html
  (4) https://github.com/arcticicestudio/nord
  (5) https://packagecontrol.io/packages/Babel
  (6) https://packagecontrol.io/packages/TypeScript
  (7) https://packagecontrol.io/packages/SublimeLinter
  (8) https://packagecontrol.io/packages/GitGutter

GH-1
@arcticicestudio arcticicestudio force-pushed the feature/gh-1-color-scheme branch from b6e1fb6 to ed99ad1 Compare November 4, 2017 18:27
@arcticicestudio arcticicestudio merged commit 46aab2e into develop Jan 4, 2018
@arcticicestudio arcticicestudio deleted the feature/gh-1-color-scheme branch January 4, 2018 15:51
@arcticicestudio arcticicestudio removed their assignment Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant