Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Lighten grid layout border
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvuong committed Mar 28, 2015
1 parent 2797bf3 commit c083c1a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Primer.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
{
"class": "grid_layout_control",
"border_size": 1,
"border_color": [37, 44, 51] // -00
"border_color": [221, 221, 221] // -00
},

//
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"1.0.1": "messages/1.0.1.txt",
"1.0.2": "messages/1.0.2.txt",
"1.0.3": "messages/1.0.3.txt",
"1.1.0": "messages/1.1.0.txt"
"1.1.0": "messages/1.1.0.txt",
"1.1.1": "messages/1.1.1.txt"
}
10 changes: 10 additions & 0 deletions messages/1.1.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# New in Primer 1.1.1

- Lightened grid_layout_control border color

*Note: If you have any suggestions for improvements and fixes, please feel free to add issues at GitHub: https://github.com/karelvuong/st-primer/issues*

***


*Note: Don't forget to restart Sublime Text after activating the theme.*

0 comments on commit c083c1a

Please sign in to comment.