Skip to content

Commit

Permalink
fix: remove hexbgr reverse conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed May 26, 2016
1 parent 96879cc commit 842f8c5
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,6 @@
</dict>
</array>
<key>uuid</key>
<string>567bc736-a2fa-4be3-aa1e-7fade841a344</string>
<string>200dce21-0a5b-4ec3-a0a1-7d9c678a60de</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,6 @@
</dict>
</array>
<key>uuid</key>
<string>362ba561-a37b-4316-b940-ec2eced04308</string>
<string>d5cda444-7192-4959-8309-9ba2ebcb9621</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,6 @@
</dict>
</array>
<key>uuid</key>
<string>9113405b-1d1a-499c-a6a1-6d4e207f2cf0</string>
<string>6335f4c4-8792-4ef9-b5c4-a3fa9b912c4e</string>
</dict>
</plist>
13 changes: 13 additions & 0 deletions src/schemes/palettes/material-theme-darker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
scheme: "Material-Theme"
author: "Mattia Astorino (http://astorinomattia.it)"
settingsBackground: '#263238'
settingsCaret: '#FFCC00'
settingsFindHighlight: '#F8E71C'
settingsForeground: '#eeffff'
settingsGuide: '#37474F80'
settingsGutterForeground: '#37474F'
settingsActiveGuide: '#80CBC470'
settingsInvisibles: '#65737e'
settingsLineHighlight: '#00000030'
settingsSelection: '#80CBC420'
settingsSelectionBorder: '#516B79'
settingsShadow: '#00000010'
settingsStackGuide: '#37474F'
base00: "212121"
base01: "393939"
base02: "515151"
Expand Down
18 changes: 18 additions & 0 deletions src/schemes/palettes/material-theme.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
## Metadata
scheme: "Material-Theme"
author: "Mattia Astorino (http://astorinomattia.it)"

## Settings Colors
settingsBackground: '263238'
settingsCaret: 'FFCC00'
settingsFindHighlight: 'F8E71C'
settingsForeground: 'eeffff'
settingsGuide: '37474F80'
settingsGutterForeground: '37474F'
settingsActiveGuide: '80CBC470'
settingsInvisibles: '65737e'
settingsLineHighlight: '00000030'
settingsSelection: '80CBC420'
settingsSelectionBorder: '516B79'
settingsShadow: '00000010'
settingsStackGuide: '37474F'

## Scheme Colors
base00: "263238"
base01: "393939"
base02: "515151"
Expand Down
4 changes: 2 additions & 2 deletions src/schemes/templates/textmate/default.tmTheme.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<key>settings</key>
<dict>
<key>background</key>
<string>#263238</string>
<string>#<%= @settings["Background"]["hex"] %></string>
<key>caret</key>
<string>#FFCC00</string>
<key>foreground</key>
Expand All @@ -45,7 +45,7 @@
<key>selection</key>
<string>#80CBC420</string>
<key>guide</key>
<string>#37474F80</string>
<string>#<%= @settings["Guide"]["hexbgr"] %></string>
<key>activeGuide</key>
<string>#80CBC470</string>
<key>stackGuide</key>
Expand Down

0 comments on commit 842f8c5

Please sign in to comment.