add sublime
This commit is contained in:
305
.config/Sublime Text/Packages/User/All Hallow's Eve.tmTheme
Normal file
305
.config/Sublime Text/Packages/User/All Hallow's Eve.tmTheme
Normal file
@@ -0,0 +1,305 @@
|
||||
<?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>author</key>
|
||||
<string>David Heinemeier Hansson</string>
|
||||
<key>name</key>
|
||||
<string>All Hallow's Eve</string>
|
||||
<key>semanticClass</key>
|
||||
<string>theme.dark.all-hallows-eve</string>
|
||||
<key>settings</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#000000</string>
|
||||
<key>caret</key>
|
||||
<string>#FFFFFF</string>
|
||||
<key>foreground</key>
|
||||
<string>#FFFFFF</string>
|
||||
<key>invisibles</key>
|
||||
<string>#404040</string>
|
||||
<key>lineHighlight</key>
|
||||
<string>#333300</string>
|
||||
<key>selection</key>
|
||||
<string>#73597EE0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Text base</string>
|
||||
<key>scope</key>
|
||||
<string>text</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#434242</string>
|
||||
<key>foreground</key>
|
||||
<string>#FFFFFF</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Source base</string>
|
||||
<key>scope</key>
|
||||
<string>source - source source</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#000000</string>
|
||||
<key>foreground</key>
|
||||
<string>#FFFFFF</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Embedded source (text)</string>
|
||||
<key>scope</key>
|
||||
<string>text meta.embedded</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#000000</string>
|
||||
<key>foreground</key>
|
||||
<string>#FFFFFF</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Embedded source (source)</string>
|
||||
<key>scope</key>
|
||||
<string>source meta.embedded</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#181818</string>
|
||||
<key>foreground</key>
|
||||
<string>#FFFFFF</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Comment</string>
|
||||
<key>scope</key>
|
||||
<string>comment</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#9933CC</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Constant</string>
|
||||
<key>scope</key>
|
||||
<string>constant</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#3387CC</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Keyword</string>
|
||||
<key>scope</key>
|
||||
<string>keyword</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#CC7833</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Pre-processor Line</string>
|
||||
<key>scope</key>
|
||||
<string>meta.preprocessor.c</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#D0D0FF</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Pre-processor Directive</string>
|
||||
<key>scope</key>
|
||||
<string>keyword.control.import</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Function name</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.function</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Function argument</string>
|
||||
<key>scope</key>
|
||||
<string>variable.parameter</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>italic</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Block comment</string>
|
||||
<key>scope</key>
|
||||
<string>source comment.block</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#9B9B9B</string>
|
||||
<key>foreground</key>
|
||||
<string>#FFFFFF</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>String</string>
|
||||
<key>scope</key>
|
||||
<string>string</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#66CC33</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>String escapes</string>
|
||||
<key>scope</key>
|
||||
<string>string constant.character.escape</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#AAAAAA</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>String (executed)</string>
|
||||
<key>scope</key>
|
||||
<string>string.interpolated</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#CCCC33</string>
|
||||
<key>foreground</key>
|
||||
<string>#000000</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Regular expression</string>
|
||||
<key>scope</key>
|
||||
<string>string.regexp</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#CCCC33</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>String (literal)</string>
|
||||
<key>scope</key>
|
||||
<string>string.literal</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#CCCC33</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>String escapes (executed)</string>
|
||||
<key>scope</key>
|
||||
<string>string.interpolated constant.character.escape</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#555555</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Type name</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.type</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>underline</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Class inheritance</string>
|
||||
<key>scope</key>
|
||||
<string>entity.other.inherited-class</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>italic underline</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Tag name</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.tag</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>underline</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Tag attribute</string>
|
||||
<key>scope</key>
|
||||
<string>entity.other.attribute-name</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Support function</string>
|
||||
<key>scope</key>
|
||||
<string>support.function</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#C83730</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
<key>uuid</key>
|
||||
<string>37F22BDC-B2F4-11D9-850C-000A95A89C98</string>
|
||||
</dict>
|
||||
</plist>
|
||||
221
.config/Sublime Text/Packages/User/Boron.tmTheme
Normal file
221
.config/Sublime Text/Packages/User/Boron.tmTheme
Normal file
@@ -0,0 +1,221 @@
|
||||
<?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>name</key>
|
||||
<string>Boron</string>
|
||||
<key>website</key>
|
||||
<string>https://github.com/mjio/boron.tmtheme</string>
|
||||
<key>comment</key>
|
||||
<string>Last update: Feb 25 2013</string>
|
||||
<key>settings</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#151515</string>
|
||||
<key>caret</key>
|
||||
<string>#b0d0f0</string>
|
||||
<key>foreground</key>
|
||||
<string>#e8e8d3</string>
|
||||
<key>invisibles</key>
|
||||
<string>#e8e8d3</string>
|
||||
<key>selection</key>
|
||||
<string>#404040</string>
|
||||
<key>lineHighlight</key>
|
||||
<string>#010101</string>
|
||||
<key>gutterForeground</key>
|
||||
<string>#373737</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Comment</string>
|
||||
<key>scope</key>
|
||||
<string>comment</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#888888</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>String</string>
|
||||
<key>scope</key>
|
||||
<string>string</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#99ad6a</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>String begin/end</string>
|
||||
<key>scope</key>
|
||||
<string>punctuation.definition.string.begin, punctuation.definition.string.end</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#556633</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Symbol</string>
|
||||
<key>scope</key>
|
||||
<string>constant.other</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#7697d6</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Regexp</string>
|
||||
<key>scope</key>
|
||||
<string>string.regexp</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#dd0093</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Variable</string>
|
||||
<key>scope</key>
|
||||
<string>variable, support.class</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#ffb964</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Number</string>
|
||||
<key>scope</key>
|
||||
<string>constant.numeric</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#cf6a4c</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Entity</string>
|
||||
<key>scope</key>
|
||||
<string>entity</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#ffb964</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Entity Function</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.function</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#fad07a</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Keyword</string>
|
||||
<key>scope</key>
|
||||
<string>keyword.control</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#8fbfdc</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Diff insertion</string>
|
||||
<key>scope</key>
|
||||
<string>diff.inserted, markup.inserted</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#558f1f</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Diff deletion</string>
|
||||
<key>scope</key>
|
||||
<string>diff.deleted, markup.deleted</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#a1000d</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Diff header</string>
|
||||
<key>scope</key>
|
||||
<string>meta.diff.header</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#FFFFFF</string>
|
||||
<key>background</key>
|
||||
<string>#4e738a</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Diff range</string>
|
||||
<key>scope</key>
|
||||
<string>meta.diff.range</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>italic</string>
|
||||
<key>foreground</key>
|
||||
<string>#888888</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Diff changed</string>
|
||||
<key>scope</key>
|
||||
<string>markup.changed</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#967efb</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
</array>
|
||||
<key>uuid</key>
|
||||
<string>4e4cdb00-2fb2-11e2-81c1-0800200c9a66</string>
|
||||
</dict>
|
||||
</plist>
|
||||
100
.config/Sublime Text/Packages/User/Default (OSX).sublime-keymap
Normal file
100
.config/Sublime Text/Packages/User/Default (OSX).sublime-keymap
Normal file
@@ -0,0 +1,100 @@
|
||||
[
|
||||
{
|
||||
"keys": ["home"],
|
||||
"command": "move_to",
|
||||
"args": {"to": "bol", "extend": false}
|
||||
},
|
||||
{
|
||||
"keys": ["end"],
|
||||
"command": "move_to",
|
||||
"args": {"to": "eol", "extend": false}
|
||||
},
|
||||
{
|
||||
"keys": ["shift+home"],
|
||||
"command": "move_to",
|
||||
"args": {"to": "bol", "extend": true}
|
||||
},
|
||||
{
|
||||
"keys": ["shift+end"],
|
||||
"command": "move_to",
|
||||
"args": {"to": "eol", "extend": true}
|
||||
},
|
||||
{ "keys": ["super+1"], "command": "focus_group", "args": { "group": 0 } },
|
||||
{ "keys": ["super+2"], "command": "focus_group", "args": { "group": 1 } },
|
||||
{ "keys": ["super+3"], "command": "focus_group", "args": { "group": 2 } },
|
||||
{ "keys": ["super+4"], "command": "focus_group", "args": { "group": 3 } },
|
||||
{ "keys": ["super+5"], "command": "focus_group", "args": { "group": 4 } },
|
||||
{ "keys": ["super+6"], "command": "focus_group", "args": { "group": 5 } },
|
||||
{ "keys": ["super+7"], "command": "focus_group", "args": { "group": 6 } },
|
||||
{ "keys": ["super+8"], "command": "focus_group", "args": { "group": 7 } },
|
||||
{ "keys": ["super+9"], "command": "focus_group", "args": { "group": 8 } },
|
||||
{ "keys": ["super+shift+1"], "command": "move_to_group", "args": { "group": 0 } },
|
||||
{ "keys": ["super+shift+2"], "command": "move_to_group", "args": { "group": 1 } },
|
||||
{ "keys": ["super+shift+3"], "command": "move_to_group", "args": { "group": 2 } },
|
||||
{ "keys": ["super+shift+4"], "command": "move_to_group", "args": { "group": 3 } },
|
||||
{ "keys": ["super+shift+5"], "command": "move_to_group", "args": { "group": 4 } },
|
||||
{ "keys": ["super+shift+6"], "command": "move_to_group", "args": { "group": 5 } },
|
||||
{ "keys": ["super+shift+7"], "command": "move_to_group", "args": { "group": 6 } },
|
||||
{ "keys": ["super+shift+8"], "command": "move_to_group", "args": { "group": 7 } },
|
||||
{ "keys": ["super+shift+9"], "command": "move_to_group", "args": { "group": 8 } },
|
||||
|
||||
{ "keys": ["super+pagedown"], "command": "next_view" },
|
||||
{ "keys": ["super+pageup"], "command": "prev_view" },
|
||||
|
||||
{ "keys": ["super+g"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
|
||||
|
||||
{ "keys": ["super+shift+a"], "command": "find_all_under" },
|
||||
|
||||
{ "keys": ["alt+up"], "command": "swap_line_up" },
|
||||
{ "keys": ["alt+down"], "command": "swap_line_down" },
|
||||
|
||||
{
|
||||
"keys": ["shift+f12"],
|
||||
"command": "lsp_symbol_references",
|
||||
"args": {"side_by_side": false, "force_group": true, "fallback": false, "group": -1, "include_declaration": false},
|
||||
"context": [{"key": "lsp.session_with_capability", "operand": "referencesProvider"}]
|
||||
},
|
||||
{
|
||||
"keys": ["f12"],
|
||||
"command": "lsp_symbol_definition",
|
||||
"args": {"side_by_side": false, "force_group": true, "fallback": false, "group": -1},
|
||||
"context": [
|
||||
{"key": "lsp.session_with_capability", "operand": "definitionProvider"},
|
||||
{"key": "auto_complete_visible", "operand": false}
|
||||
]
|
||||
},
|
||||
{
|
||||
"keys": ["super+r"],
|
||||
"command": "lsp_symbol_rename",
|
||||
"context": [{"key": "lsp.session_with_capability", "operand": "renameProvider"}]
|
||||
},
|
||||
{
|
||||
"keys": ["ctrl+space"],
|
||||
"command": "lsp_commit_completion_with_opposite_insert_mode",
|
||||
"context": [
|
||||
{"key": "lsp.session_with_capability", "operand": "completionProvider"},
|
||||
{"key": "auto_complete_visible"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"keys": ["super+e"],
|
||||
"command": "copy_filepath_with_line_numbers"
|
||||
},
|
||||
{
|
||||
"keys": ["f1"],
|
||||
"command": "show_panel",
|
||||
"args": {"panel": "output.exec"},
|
||||
},
|
||||
{
|
||||
"keys": ["f2"],
|
||||
"command": "lsp_show_diagnostics_panel",
|
||||
},
|
||||
{
|
||||
"keys": ["f3"],
|
||||
"command": "toggle_terminus_panel",
|
||||
},
|
||||
{
|
||||
"keys": ["super+b"],
|
||||
"command": "hide_panel",
|
||||
},
|
||||
]
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"caret_extra_bottom": 0,
|
||||
"caret_extra_top": 0,
|
||||
"caret_extra_width": 1,
|
||||
"font_size": 15,
|
||||
"color_scheme": "Packages/User/massimo_custom.tmTheme",
|
||||
"translate_tabs_to_spaces": true,
|
||||
"tab_size": 4,
|
||||
"word_wrap": false,
|
||||
"auto_match_enabled": false,
|
||||
"trim_trailing_white_space_on_save": "not_on_caret",
|
||||
"auto_complete": false,
|
||||
"tab_completion": false,
|
||||
"mini_diff": false,
|
||||
"theme": "Adaptive.sublime-theme",
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage",
|
||||
],
|
||||
"index_files": true,
|
||||
"scroll_past_end": true,
|
||||
"draw_indent_guides": false,
|
||||
"line_numbers": true,
|
||||
"gutter": false,
|
||||
"block_caret": false,
|
||||
"show_definitions": false,
|
||||
"fold_buttons": false,
|
||||
"line_padding_top": -1,
|
||||
"line_padding_bottom": -1,
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "Witness Color Scheme",
|
||||
"globals": {
|
||||
"accent": "#d3b58d",
|
||||
"background": "#072626",
|
||||
"block_caret": "rgba(144, 238, 144, 0.6)",
|
||||
"brackets_options": "underline",
|
||||
"caret": "rgba(144, 238, 144, 1)",
|
||||
"fold_marker": "#d3b58d",
|
||||
"foreground": "#d3b58d",
|
||||
"gutter": "#072626",
|
||||
"gutter_foreground": "#d3b58d",
|
||||
"inactive_selection": "#0049f5",
|
||||
"line_highlight": "#072626",
|
||||
"selection": "blue",
|
||||
"tags_options": "underline"
|
||||
},
|
||||
"rules": [
|
||||
{
|
||||
"scope": "comment",
|
||||
"foreground": "#3fdf1f"
|
||||
},
|
||||
{
|
||||
"scope": "constant.language",
|
||||
"foreground": "#79ffcf"
|
||||
},
|
||||
{
|
||||
"scope": "entity.name, keyword.declaration, meta.annotation, meta.path, meta.struct meta.block, meta.tag, support.variable, variable, variable.other.readwrite",
|
||||
"foreground": "lightblue"
|
||||
},
|
||||
{
|
||||
"scope": "entity.name.constant, keyword.control, meta.class entity.name.class, meta.constant, meta.function.parameters, meta.struct entity.name.struct, meta.struct meta.group, storage.type, support.constant, support.type, variable.type",
|
||||
"foreground": "lightgreen"
|
||||
},
|
||||
{
|
||||
"scope": "entity.name.enum, keyword.operator, meta.block meta.method entity.name.function, meta.block storage.modifier, meta.class storage.type, meta.function-call variable.function, meta.preprocessor, meta.struct storage.type - meta.block, meta.template storage.type, punctuation.section, variable.other",
|
||||
"foreground": "#d3b58d"
|
||||
},
|
||||
{
|
||||
"scope": "entity.name.function, keyword, storage",
|
||||
"foreground": "white"
|
||||
},
|
||||
{
|
||||
"scope": "invalid",
|
||||
"foreground": "darkseagreen",
|
||||
"background": "#504038"
|
||||
},
|
||||
{
|
||||
"scope": "string",
|
||||
"foreground": "#0fdfaf"
|
||||
}
|
||||
]
|
||||
}
|
||||
197
.config/Sublime Text/Packages/User/massimo_custom.tmTheme
Normal file
197
.config/Sublime Text/Packages/User/massimo_custom.tmTheme
Normal file
@@ -0,0 +1,197 @@
|
||||
<!-- Customized by Max Amundsen -->
|
||||
<!-- Original: https://github.com/filmgirl/TextMate-Themes/blob/master/happydeluxe.tmTheme -->
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Massimo Custom</string>
|
||||
<key>settings</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#0E131E</string>
|
||||
<key>caret</key>
|
||||
<string>#DDDDDD</string>
|
||||
<key>foreground</key>
|
||||
<string>#DDDDDD</string>
|
||||
<key>invisibles</key>
|
||||
<string>#646871</string>
|
||||
<key>lineHighlight</key>
|
||||
<string>#00000078</string>
|
||||
<key>selection</key>
|
||||
<string>#15285A</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Operator</string>
|
||||
<key>scope</key>
|
||||
<string>keyword.operator</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#DDDDDD</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Comment</string>
|
||||
<key>scope</key>
|
||||
<string>comment</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#88c0db</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>String</string>
|
||||
<key>scope</key>
|
||||
<string>string</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#d3b58d</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Variable</string>
|
||||
<key>scope</key>
|
||||
<string>variable.language, variable.other</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#DDDDDD</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Keyword</string>
|
||||
<key>scope</key>
|
||||
<string>keyword</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#c47616</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Storage</string>
|
||||
<key>scope</key>
|
||||
<string>storage</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#c47616</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Invalid</string>
|
||||
<key>scope</key>
|
||||
<string>invalid</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#FC2D07</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Built-in constant</string>
|
||||
<key>scope</key>
|
||||
<string>constant.language</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#14DED1</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Class name</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.class</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#14DED1</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Inherited class</string>
|
||||
<key>scope</key>
|
||||
<string>entity.other.inherited-class</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#14DED1</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Tag name</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.tag</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#14DED1</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Library function</string>
|
||||
<key>scope</key>
|
||||
<string>support.function</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#14DED1</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Library constant</string>
|
||||
<key>scope</key>
|
||||
<string>support.constant</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#14DED1</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Library class/type</string>
|
||||
<key>scope</key>
|
||||
<string>support.type, support.class</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#14DED1</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Library variable</string>
|
||||
<key>scope</key>
|
||||
<string>support.other.variable</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#14DED1</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
<key>uuid</key>
|
||||
<string>456763C8-249C-4421-BABC-67EF3126FABD</string>
|
||||
</dict>
|
||||
</plist>
|
||||
10
sync.sh
10
sync.sh
@@ -54,6 +54,16 @@ get_system_path() {
|
||||
echo "$HOME_DIR/$rel_path"
|
||||
fi
|
||||
;;
|
||||
.config/Sublime\ Text/Packages/User/*|.config/Sublime\ Text/Packages/user/*)
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
# Map .config/Sublime Text/Packages/User/* to ~/Library/Application Support/Sublime Text/Packages/User/*
|
||||
local sublime_path="${rel_path#.config/Sublime\ Text/Packages/User/}"
|
||||
[[ -z "$sublime_path" ]] && sublime_path="${rel_path#.config/Sublime\ Text/Packages/user/}"
|
||||
echo "/Users/${USER}/Library/Application Support/Sublime Text/Packages/User/${sublime_path}"
|
||||
else
|
||||
echo "$HOME_DIR/$rel_path"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
echo "$HOME_DIR/$rel_path"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user