Created
May 4, 2021 18:42
-
-
Save GwynethLlewelyn/66c70609e0b77294b3b61714699a07f5 to your computer and use it in GitHub Desktop.
Nord theme for Sequel Ace
This file contains 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>#222631</string> | |
<key>caret</key> | |
<string>#CED5E4</string> | |
<key>foreground</key> | |
<string>#E7EAF1</string> | |
<key>lineHighlight</key> | |
<string>#2C3141</string> | |
<key>selection</key> | |
<string>#333A4C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#3B4357</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#92B377</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6D8EB5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DEE3EC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A4789D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CED5E4</string> | |
</dict> | |
</dict> | |
</array> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment