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

Commit

Permalink
Changed line highlighting on dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvuong committed Apr 2, 2015
1 parent 0e8caa7 commit 3285568
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"1.0.3": "messages/1.0.3.txt",
"1.1.0": "messages/1.1.0.txt",
"1.1.1": "messages/1.1.1.txt",
"1.1.2": "messages/1.1.2.txt"
"1.1.2": "messages/1.1.2.txt",
"1.1.3": "messages/1.1.3.txt"
}
10 changes: 10 additions & 0 deletions messages/1.1.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# New in Primer 1.1.3

- Changed line highlight color for Primer Dark syntax theme

*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.*
3 changes: 3 additions & 0 deletions messages/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Only choose one setting per section.
"theme": "Primer.sublime-theme",
"color_scheme": "Packages/Theme - Primer/primer.light.tmTheme",

"theme": "Primer Dark.sublime-theme",
"color_scheme": "Packages/Theme - Primer/primer.dark.tmTheme",

// Accent Colors
"theme_primer_tab_active_blue": true, // default
"theme_primer_tab_active_green": true,
Expand Down
2 changes: 1 addition & 1 deletion primer.dark.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<string>#5C6773</string>
<!-- Gutter line highlight -->
<key>lineHighlight</key>
<string>#292C33</string>
<string>#343841</string>
<key>selection</key>
<string>#3F454F</string>
<key>selectionBorder</key>
Expand Down

0 comments on commit 3285568

Please sign in to comment.