Created
December 2, 2014 18:32
-
-
Save kuatsure/77e366196eb0f24c7ee2 to your computer and use it in GitHub Desktop.
dracula theme for sequel pro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#282a36</string> | |
<key>caret</key> | |
<string>#50fa7b</string> | |
<key>foreground</key> | |
<string>#f8f8f2</string> | |
<key>lineHighlight</key> | |
<string>#282a36</string> | |
<key>selection</key> | |
<string>#343647</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6272a4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f1fa8c</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#bd93f9</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ff79c6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffb86c</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8be9fd</string> | |
</dict> | |
</dict> | |
</array> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment