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

Add BG colour for embedded source #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions Solarized (dark).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<key>lineHighlight</key>
<string>#073642</string>
<key>selection</key>
<string>#073642</string>
<string>#EEE8D5</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -115,6 +115,17 @@
<string>#738A05</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Embedded Source</string>
<key>scope</key>
<string>text source</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#073642</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Class name</string>
Expand Down Expand Up @@ -2133,4 +2144,4 @@
<key>uuid</key>
<string>A4299D9B-1DE5-4BC4-87F6-A757E71B1597</string>
</dict>
</plist>
</plist>
13 changes: 12 additions & 1 deletion Solarized (light).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,17 @@
<string>#CB4B16</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Embedded Source</string>
<key>scope</key>
<string>text source</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#EEE8D5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Inherited class</string>
Expand Down Expand Up @@ -2115,4 +2126,4 @@
<key>uuid</key>
<string>38E819D9-AE02-452F-9231-ECC3B204AFD7</string>
</dict>
</plist>
</plist>