Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
TerminalFi committed Mar 9, 2020
2 parents 01967b2 + f933eb5 commit 10f2050
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# ColoredComments
The ColoredComments plugin was designed to help create more readible comments throughout your code. It was heavily inspired by [Better Comments by aaron-bond
# Colored Comments
The Colored Comments plugin was designed to help create more readible comments throughout your code. It was heavily inspired by [Better Comments by aaron-bond
](https://github.com/aaron-bond/better-comments)

# NOTICE !!
If using the new verison run Generate/Regenerate Color Scheme

## Global Settings
The following are global settings for ColoredComments
Expand Down Expand Up @@ -35,7 +37,7 @@ Add new tags easily with the following format. Keep in mind the following:
- **name**: This is used when generating the scope for the color scheme
- **foreground**: This is the **_text_** color
- **background**: This is the background of the region, generally you'll want this to be your themes _background_ color slightly changed
_background_ if your themes background is `"rgba(1, 22, 38, 0.0)" this should be set like `"rgba(1, 22, 38, 0.1)"` for best results
_background_ if your themes background is `"rgba(1, 22, 38, 0.0)"` this should be set like `"rgba(1, 22, 38, 0.1)"` for best results


### Scope Examples
Expand Down
3 changes: 2 additions & 1 deletion colored_comments.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"prompt_new_color_scheme": true,
"continued_matching": true,
"tags":
{
Expand Down Expand Up @@ -47,4 +48,4 @@
},
}
}
}
}

0 comments on commit 10f2050

Please sign in to comment.