commit 9708e4252fe8547223329e491f3f2fd51f2ef23e
parent 998ff6982a92e43b8d59ac031641f545524ac54a
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 19 Dec 2016 14:30:48 +0000
removed unused Github Tools package. new pacakges added: 1337 colorscheme, git, and gitgutter. exported cyanide sky theme and made fsociety version
Diffstat:
6 files changed, 1859 insertions(+), 0 deletions(-)
diff --git a/sublime/.config/sublime-text-3/Installed Packages/1337 Color Scheme.sublime-package b/sublime/.config/sublime-text-3/Installed Packages/1337 Color Scheme.sublime-package
Binary files differ.
diff --git a/sublime/.config/sublime-text-3/Installed Packages/Git.sublime-package b/sublime/.config/sublime-text-3/Installed Packages/Git.sublime-package
Binary files differ.
diff --git a/sublime/.config/sublime-text-3/Installed Packages/GitGutter.sublime-package b/sublime/.config/sublime-text-3/Installed Packages/GitGutter.sublime-package
Binary files differ.
diff --git a/sublime/.config/sublime-text-3/Installed Packages/Github Tools.sublime-package b/sublime/.config/sublime-text-3/Installed Packages/Github Tools.sublime-package
Binary files differ.
diff --git a/sublime/.config/sublime-text-3/Packages/Colorsublime-Themes/Cyanide - Sky.sublime-theme b/sublime/.config/sublime-text-3/Packages/Colorsublime-Themes/Cyanide - Sky.sublime-theme
@@ -0,0 +1,1362 @@
+[
+
+ //
+ // Cyanide Theme for Sublime Text
+ // https://github.com/lefoy/cyanide-theme
+ //
+ // by lefoy
+ // http://lefoy.net
+ //
+ // based on Centurion, Afterglow, Spacefunk and Seti_UI themes
+ //
+ // DO NOT EDIT THIS FILE! It is automatically generated by Grunt.
+ // Any modification you make to this file can be lost at any time.
+ //
+ // To change the values here, edit the file inside the "templates" folder
+ // then run "grunt build".
+ //
+
+ //
+ // Cyanide - Sky Theme
+ // Custom color (rgb): 147,214,214
+ // Custom color (hex): 93d6d6
+ //
+
+ // Default button state
+ {
+ "class": "button_control",
+ "content_margin": 9,
+ "min_size": [60,0],
+ "layer0.texture": "",
+ "layer0.opacity": 1,
+ "layer0.tint": [10,10,10],
+ "layer0.inner_margin": [6,6]
+ },
+
+ // Hover button state
+ {
+ "class": "button_control",
+ "attributes": ["hover"],
+ "layer0.texture": "",
+ "layer0.tint": [35,35,35]
+ },
+
+ // Pressed button state
+ {
+ "class": "button_control",
+ "attributes": ["pressed"],
+ "layer0.texture": "",
+ "layer0.tint": [40,40,40]
+ },
+
+ //
+ // BOTTOM PANEL BUTTONS
+ //
+
+ // Button group middle
+ {
+ "class": "icon_button_control",
+ "layer1.tint":[10,10,10],
+ "layer1.opacity":1,
+ "content_margin": 7
+ },
+ {
+ "class": "icon_button_control",
+ "attributes": ["selected"],
+ "layer0.texture": "",
+ "layer1.tint":[10,10,10]
+ },
+ {
+ "class": "icon_button_control",
+ "attributes": ["hover"],
+ "layer1.tint":[40,40,40]
+ },
+
+ //
+ // BOTTOM PANEL ICONS - GROUP 1
+ //
+
+ // Regex search button
+ {
+ "class": "icon_regex",
+ "layer0.texture": "Theme - Cyanide/Cyanide/asterisk.png",
+ "layer0.opacity": 0.3,
+ "content_margin": 9
+
+ },
+ {
+ "class": "icon_regex",
+ "parents": [{"class": "icon_button_control","attributes": ["selected"]}],
+ "layer0.opacity": 1
+ },
+
+ // Case sensitive search button
+ {
+ "class": "icon_case",
+ "layer0.texture": "Theme - Cyanide/Cyanide/capital.png",
+ "layer0.opacity": 0.3,
+ "content_margin": 9
+ },
+ {
+ "class": "icon_case",
+ "parents": [{"class": "icon_button_control","attributes": ["selected"]}],
+ "layer0.opacity": 1
+ },
+
+ // Match whole word search button
+ {
+ "class": "icon_whole_word",
+ "layer0.texture": "Theme - Cyanide/Cyanide/quotes.png",
+ "layer0.opacity": 0.3,
+ "content_margin": 9
+ },
+ {
+ "class": "icon_whole_word",
+ "parents": [{"class": "icon_button_control","attributes": ["selected"]}],
+ "layer0.opacity": 1
+ },
+
+ //
+ // BOTTOM PANEL ICONS - GROUP 1 (EXTENDED: FIND IN FILES)
+ //
+
+ // Show search context button
+ {
+ "class": "icon_context",
+ "layer0.texture": "Theme - Cyanide/Cyanide/selection.png",
+ "layer0.opacity": 0.3,
+ "content_margin": 9
+ },
+ {
+ "class": "icon_context",
+ "parents": [{"class": "icon_button_control","attributes": ["selected"]}],
+ "layer0.opacity": 1
+ },
+
+ // Use search buffer
+ {
+ "class": "icon_use_buffer",
+ "layer0.texture": "Theme - Cyanide/Cyanide/page.png",
+ "layer0.opacity": 0.3,
+ "content_margin": 9
+ },
+ {
+ "class": "icon_use_buffer",
+ "parents": [{"class": "icon_button_control","attributes": ["selected"]}],
+ "layer0.opacity": 1
+ },
+
+ //
+ // BOTTOM PANEL ICONS - GROUP 2
+ //
+
+ // Reverse search direction button (ST2 only)
+ {
+ "class": "icon_reverse",
+ "layer0.texture": "Theme - Cyanide/Cyanide/reverse.png",
+ "layer0.opacity": 0.3,
+ "content_margin": 9
+ },
+ {
+ "class": "icon_reverse",
+ "parents": [{"class": "icon_button_control","attributes": ["selected"]}],
+ "layer0.opacity": 1
+ },
+
+ // Search wrap button
+ {
+ "class": "icon_wrap",
+ "layer0.texture": "Theme - Cyanide/Cyanide/wrap.png",
+ "layer0.opacity": 0.3,
+ "content_margin": 9
+ },
+ {
+ "class": "icon_wrap",
+ "parents": [{"class": "icon_button_control","attributes": ["selected"]}],
+ "layer0.opacity": 1
+ },
+
+ // Search in selection button
+ {
+ "class": "icon_in_selection",
+ "layer0.texture": "Theme - Cyanide/Cyanide/selection.png",
+ "layer0.opacity": 0.3,
+ "content_margin": 9
+ },
+ {
+ "class": "icon_in_selection",
+ "parents": [{"class": "icon_button_control","attributes": ["selected"]}],
+ "layer0.opacity": 1
+ },
+
+ //
+ // BOTTOM PANEL ICONS - GROUP 3
+ //
+
+ // Preserve case button
+ {
+ "class": "icon_preserve_case",
+ "layer0.texture": "Theme - Cyanide/Cyanide/capital.png",
+ "layer0.opacity": 0.3,
+ "content_margin": 9
+ },
+ {
+ "class": "icon_preserve_case",
+ "parents": [{"class": "icon_button_control","attributes": ["selected"]}],
+ "layer0.opacity": 1
+ },
+
+ //
+ // BOTTOM PANEL ICONS - GROUP 4
+ //
+
+ // Highlight results button
+ {
+ "class": "icon_highlight",
+ "layer0.texture": "Theme - Cyanide/Cyanide/highlight.png",
+ "layer0.opacity": 0.3,
+ "content_margin": 9
+ },
+ {
+ "class": "icon_highlight",
+ "parents": [{"class": "icon_button_control","attributes": ["selected"]}],
+ "layer0.opacity": 1
+ },
+
+ //
+ // CODE COMPLETION DROPDOWN
+ //
+
+ {
+ "class": "popup_control",
+ "content_margin": [0,0],
+ "layer0.tint": [30,30,30],
+ "layer0.opacity": 1
+ },
+ {
+ "class": "auto_complete",
+ "row_padding": [4,2]
+ },
+ {
+ "class": "auto_complete_label",
+ "fg": [210,210,210],
+ "match_fg": [147,214,214],
+ "selected_fg": [255,255,255],
+ "selected_match_fg": [255,255,255]
+ },
+ {
+ "class": "table_row",
+ "layer0.texture": "",
+ "layer0.tint":[147,214,214],
+ "layer0.opacity": 0,
+ "layer0.inner_margin": [3,1]
+ },
+ {
+ "class": "table_row",
+ "attributes": ["selected"],
+ "layer0.opacity": 1
+ },
+
+ //
+ // FOLD BUTTONS
+ //
+
+ {
+ "class": "fold_button_control",
+ "layer0.texture": "Theme - Cyanide/Cyanide/arrow.png",
+ "layer0.opacity": 0.4,
+ "layer0.inner_margin": 0,
+ "content_margin": [8,8]
+ },
+ {
+ "class": "fold_button_control",
+ "attributes": ["hover"],
+ "layer0.opacity": 0.8
+ },
+ {
+ "class": "fold_button_control",
+ "attributes": ["expanded"],
+ "layer0.texture": "Theme - Cyanide/Cyanide/arrow-down.png"
+ },
+ {
+ "class": "fold_button_control",
+ "attributes": ["expanded","hover"]
+ },
+
+ // Quick panel background
+ {
+ "class": "overlay_control",
+ "layer0.opacity": 1,
+ "layer1.tint": [10,10,10],
+ "layer1.inner_margin": 0,
+ "layer1.opacity": 1,
+ "content_margin": 0
+ },
+
+ //
+ // QUICK PANEL
+ //
+
+ {
+ "class": "quick_panel",
+ "row_padding": 10,
+ "layer0.tint": [15,15,15],
+ "layer0.opacity": 1
+ },
+ {
+ "class": "quick_panel_row",
+ "layer0.texture": "",
+ "layer0.tint": [15,15,15],
+ "layer0.inner_margin": 10,
+ "layer0.opacity": 1
+ },
+ {
+ "class": "quick_panel_row",
+ "attributes": ["selected"],
+ "layer0.texture": "",
+ "layer0.tint": [147,214,214]
+ },
+ {
+ "class": "quick_panel_label",
+ "fg": [240,240,240],
+ "match_fg": [147,214,214],
+ "selected_fg": [255,255,255],
+ "selected_match_fg": [255,255,255]
+ },
+ {
+ "class": "quick_panel_path_label",
+ "fg": [130,130,130,0],
+ "match_fg": [220,220,220],
+ "selected_fg": [255,255,255],
+ "selected_match_fg": [255,255,255]
+ },
+ {
+ "class": "quick_panel_score_label",
+ "fg": [150,150,150],
+ "selected_fg": [255,255,255]
+ },
+
+ //
+ // MINI QUICK PANEL
+ //
+
+ {
+ "class": "mini_quick_panel_row",
+ "layer0.texture": "",
+ "layer0.tint": [15,15,15],
+ "layer0.opacity": 1
+ },
+ {
+ "class": "mini_quick_panel_row",
+ "attributes": ["selected"],
+ "layer0.texture": "",
+ "layer0.tint": [147,214,214]
+ },
+
+ //
+ // STANDARD SCROLLBARS
+ //
+
+ // Standard vertical scroll bar
+ {
+ "class": "scroll_bar_control",
+ "layer0.texture": "",
+ "layer0.tint":[20,20,20],
+ "layer0.opacity": 1,
+ "layer0.inner_margin": [0,0],
+ "blur": false
+ },
+
+ // Standard horizontal scroll bar
+ {
+ "class": "scroll_bar_control",
+ "attributes": ["horizontal"],
+ "layer0.texture": "",
+ "layer0.tint":[20,20,20],
+ "layer0.inner_margin": [0,0],
+ "blur": false
+ },
+
+ // Standard scroll bar corner
+ {
+ "class": "scroll_corner_control",
+ "layer0.texture": "",
+ "layer0.tint":[20,20,20],
+ "layer0.inner_margin": [0,0],
+ "layer0.opacity": 1
+ },
+
+ // Standard vertical scroll puck
+ {
+ "class": "puck_control",
+ "layer0.texture": "",
+ "layer0.tint":[60,60,60],
+ "layer0.opacity": 1,
+ "layer0.inner_margin": [0,0],
+ "content_margin": [6,0],
+ "blur": false
+ },
+
+ // Standard horizontal scroll puck
+ {
+ "class": "puck_control",
+ "attributes": ["horizontal"],
+ "layer0.texture": "",
+ "layer0.tint":[60,60,60],
+ "layer0.inner_margin": [0,0],
+ "content_margin": [12,6],
+ "blur": false
+ },
+
+ //
+ // OVERLAY SCROLLBARS
+ //
+
+ // Overlay toggle scroll bar
+ {
+ "class": "scroll_area_control",
+ "settings": ["overlay_scroll_bars"],
+ "overlay": true
+ },
+ {
+ "class": "scroll_area_control",
+ "settings": ["!overlay_scroll_bars"],
+ "overlay": false
+ },
+
+ // Overlay vertical scroll bar
+ {
+ "class": "scroll_bar_control",
+ "settings": ["overlay_scroll_bars"],
+ "layer0.texture": "",
+ "layer0.tint": [40,40,40],
+ "layer0.inner_margin": 0,
+ "blur": false
+ },
+
+ // Overlay horizontal scroll bar
+ {
+ "class": "scroll_bar_control",
+ "settings": ["overlay_scroll_bars"],
+ "attributes": ["horizontal"],
+ "layer0.inner_margin": [5,0],
+ "blur": true
+ },
+
+ // Overlay vertical puck
+ {
+ "class": "puck_control",
+ "settings": ["overlay_scroll_bars"],
+ "layer0.texture": "",
+ "layer0.inner_margin": [0,0],
+ "content_margin": [1,20],
+ "blur": true
+ },
+
+ // Overlay horizontal puck
+ {
+ "class": "puck_control",
+ "settings": ["overlay_scroll_bars"],
+ "attributes": ["horizontal"],
+ "layer0.texture": "",
+ "layer0.inner_margin": [5,0],
+ "content_margin": [20,1],
+ "blur": true
+ },
+
+ // Overlay light puck (for dark content)
+ {
+ "class": "puck_control",
+ "settings": ["overlay_scroll_bars"],
+ "attributes": ["dark"],
+ "layer0.texture": "",
+ "layer0.tint": [147,214,214]
+
+ },
+
+ // Overlay light horizontal puck (for dark content)
+ {
+ "class": "puck_control",
+ "settings": ["overlay_scroll_bars"],
+ "attributes": ["horizontal","dark"],
+ "layer0.texture": "",
+ "layer0.tint": [147,214,214]
+ },
+
+ //
+ // SIDEBAR
+ //
+
+ // Sidebar container
+ {
+ "class": "sidebar_container",
+ "layer0.texture": "",
+ "layer0.opacity": 1,
+ "layer0.tint": [10,10,10],
+ "layer0.inner_margin": [1,5,2,1],
+ "content_margin": [0,4,0,0]
+ },
+
+ // Sidebar tree
+ {
+ "class": "sidebar_tree",
+ "row_padding": [8,4],
+ "indent":16,
+ "indent_offset": 16,
+ "indent_top_level": false,
+ "dark_content": true
+ },
+
+ // Sidebar rows
+ {
+ "class": "tree_row",
+ "layer0.texture": "",
+ "layer0.tint": [17,17,17],
+ "layer0.opacity": 0,
+ "layer0.inner_margin": [1,1]
+ },
+
+ // Sidebar row selected
+ {
+ "class": "tree_row",
+ "attributes": ["selected"],
+ "layer0.opacity": 1
+ },
+
+ // Sidebar heading
+ {
+ "class": "sidebar_heading",
+ "color": [210,210,210],
+ "font.bold": true,
+ "shadow_color": [0,0,0],
+ "shadow_offset": [0,0]
+ },
+
+ // Sidebar heading selected
+ {
+ "class": "sidebar_heading",
+ "parents": [{"class": "tree_row","attributes": ["selected"]}],
+ "shadow_offset": [0,0]
+ },
+
+ // Sidebar entry
+ {
+ "class": "sidebar_label",
+ "color": [125,125,125],
+ "shadow_color": [0,0,0],
+ "shadow_offset": [0,0]
+ },
+
+ // Sidebar folder entry
+ {
+ "class": "sidebar_label",
+ "parents": [{"class": "tree_row","attributes": ["expandable"]}],
+ "color": [190,190,190]
+ },
+ {
+ "class": "sidebar_label",
+ "parents": [{"class": "tree_row","attributes": ["expandable","hover"]}],
+ "color": [235,235,235]
+ },
+ {
+ "class": "sidebar_label",
+ "parents": [{"class": "tree_row","attributes": ["expandable"]}],
+ "settings": ["bold_folder_labels"],
+ "font.bold": true
+ },
+
+ // Sidebar entry selected
+ {
+ "class": "sidebar_label",
+ "parents": [{"class": "tree_row","attributes": ["selected"]}],
+ "color": [210,210,210],
+ "shadow_color": [0,0,0],
+ "shadow_offset": [0,0]
+ },
+
+ //
+ // SIDEBAR - OPEN FILE ICONS
+ //
+
+ // Sidebar file close
+ {
+ "class": "close_button",
+ "layer0.texture": "",
+ "layer0.opacity": 0,
+ "layer0.inner_margin": 0,
+ "layer0.tint": [190,90,78],
+ "content_margin": [8,8]
+ },
+ {
+ "class": "close_button",
+ "parents": [{"class": "tree_row","attributes": ["hover"]}],
+ "layer0.opacity": 1,
+ "layer0.texture": "Theme - Cyanide/Cyanide/cross.png"
+ },
+
+ // Sidebar file dirty
+ {
+ "class": "close_button",
+ "attributes": ["dirty"],
+ "layer0.texture": "Theme - Cyanide/Cyanide/circle.png",
+ "layer0.opacity": 1,
+ "layer0.tint": [147,214,214]
+ },
+ {
+ "class": "close_button",
+ "attributes": ["dirty"],
+ "parents": [{"class": "tree_row","attributes": ["selected"]}],
+ "layer0.texture": "Theme - Cyanide/Cyanide/cross.png"
+ },
+ {
+ "class": "close_button",
+ "attributes": ["dirty"],
+ "parents": [{"class": "tree_row","attributes": ["hover"]}],
+ "layer0.texture": "Theme - Cyanide/Cyanide/cross.png",
+ "layer0.opacity": 1
+ },
+
+ // Sidebar file close hover
+ {
+ "class": "close_button",
+ "attributes": ["hover"],
+ "layer0.texture": "Theme - Cyanide/Cyanide/cross.png"
+ },
+ {
+ "class": "close_button",
+ "parents": [{"class": "tree_row","attributes": ["hover","selected"]}],
+ "layer0.texture": "Theme - Cyanide/Cyanide/cross.png",
+ "layer0.opacity": 1
+ },
+
+ //
+ // SIDEBAR - GENERAL FILE ICONS
+ //
+
+ // Sidebar icons
+ {
+ "class": "icon_file_type",
+ "content_margin": [0,0]
+ },
+ {
+ "class": "icon_folder",
+ "content_margin": [0,0]
+ },
+ {
+ "class": "icon_folder_loading",
+ "content_margin": [0,0]
+ },
+
+ // Sidebar group closed
+ {
+ "class": "disclosure_button_control",
+ "content_margin": [8,8],
+ "layer0.texture": "Theme - Cyanide/Cyanide/folder-closed.png",
+ "layer0.tint": [147,214,214],
+ "layer0.opacity": 1,
+ "layer0.inner_margin": 0
+ },
+ {
+ "class": "disclosure_button_control",
+ "parents": [{"class": "tree_row","attributes": ["hover"]}],
+ "layer0.tint":[147,214,214]
+ },
+ {
+ "class": "disclosure_button_control",
+ "parents": [{"class": "tree_row","attributes": ["selected"]}]
+ },
+
+ // Sidebar group open
+ {
+ "class": "disclosure_button_control",
+ "attributes": ["expanded"],
+ "layer0.texture": "Theme - Cyanide/Cyanide/folder-open.png"
+ },
+ {
+ "class": "disclosure_button_control",
+ "attributes": ["expanded"],
+ "parents": [{"class": "tree_row","attributes": ["hover"]}]
+ },
+ {
+ "class": "disclosure_button_control",
+ "attributes": ["expanded"],
+ "parents": [{"class": "tree_row","attributes": ["selected"]}],
+ "layer0.texture": "Theme - Cyanide/Cyanide/folder-open.png"
+ },
+
+ //
+ // SIDEBAR - ICONS (build 3062+)
+ //
+ {
+ "class": "icon_file_type",
+ "settings": ["icon_file_type_enable"],
+ // layer0.texture is filled in by code with the relevant icon name
+ "layer0.tint": [255, 255, 255],
+ "layer0.opacity": 1,
+ "content_margin": [8, 8]
+ },
+ {
+ "class": "icon_file_type",
+ "settings": ["icon_file_type_enable"],
+ "parents": [{"class": "tree_row","attributes": ["hover"]}],
+ "layer0.opacity": 1
+ },
+ {
+ "class": "icon_file_type",
+ "settings": ["icon_file_type_enable"],
+ "parents": [{"class": "tree_row","attributes": ["selected"]}],
+ "layer0.opacity": 1
+ },
+ {
+ "class": "icon_file_type",
+ "settings": ["icon_file_type_enable"],
+ "parents": [{"class": "tree_row","attributes": ["selected", "hover"]}],
+ "layer0.opacity": 1
+ },
+
+ // Icon folder loading
+ {
+ "class": "icon_folder_loading",
+ "layer0.texture":
+ {
+ "keyframes":
+ [
+ "Theme - Cyanide/Cyanide/spinner7.png",
+ "Theme - Cyanide/Cyanide/spinner6.png",
+ "Theme - Cyanide/Cyanide/spinner5.png",
+ "Theme - Cyanide/Cyanide/spinner4.png",
+ "Theme - Cyanide/Cyanide/spinner3.png",
+ "Theme - Cyanide/Cyanide/spinner2.png",
+ "Theme - Cyanide/Cyanide/spinner1.png",
+ "Theme - Cyanide/Cyanide/spinner.png",
+ ],
+ "loop": true,
+ "frame_time": 0.075
+ },
+ "layer0.opacity": 1.0,
+ "content_margin": [8, 8]
+ },
+
+ //
+ // STATUS BAR
+ //
+
+ // Status bar container
+ {
+ "class": "status_bar",
+ "layer0.tint": [10,10,10],
+ "layer0.opacity": 1,
+ "layer0.inner_margin": 0,
+ "content_margin": [8,8,8,8]
+ },
+
+ // Status bar button
+ {
+ "class": "status_button",
+ "content_margin": [8,0,0,0]
+ },
+
+ // Status bar label
+ {
+ "class": "label_control",
+ "parents": [{"class": "status_bar"}],
+ "color": [60,60,60],
+ "shadow_offset": [0,0]
+ },
+
+ //
+ // TAB BUTTONS
+ //
+
+ // Tab close button
+ {
+ "class": "tab_close_button",
+ "layer0.texture": "Theme - Cyanide/Cyanide/cross.png",
+ "layer0.opacity": 0,
+ "layer0.tint": [255,255,255]
+ },
+ {
+ "class": "tab_close_button",
+ "settings": ["show_tab_close_buttons"],
+ "content_margin": [8,8]
+ },
+ {
+ "class": "tab_close_button",
+ "parents": [{"class": "tab_control","attributes": ["hover"]}],
+ "layer0.opacity": 1,
+ "layer0.tint": [147,214,214]
+
+ },
+ {
+ "class": "tab_close_button",
+ "parents": [{"class": "tab_control","attributes": ["selected"]}],
+ "layer0.opacity": 1
+ },
+
+ // Tab dirty button
+ {
+ "class": "tab_close_button",
+ "parents": [{"class": "tab_control","attributes": ["dirty"]}],
+ "layer0.texture": "Theme - Cyanide/Cyanide/circle.png",
+ "layer0.tint": [147,214,214],
+ "layer0.opacity": 1
+ },
+ {
+ "class": "tab_close_button",
+ "settings": ["!show_tab_close_buttons"],
+ "parents": [{"class": "tab_control","attributes": ["dirty"]}],
+ "content_margin": [8,8],
+ "layer0.opacity": 1
+ },
+ {
+ "class": "tab_close_button",
+ "parents": [{"class": "tab_control","attributes": ["dirty","hover"]}],
+ "layer0.texture": "Theme - Cyanide/Cyanide/cross.png",
+ "layer0.opacity": 1
+ },
+ {
+ "class": "tab_close_button",
+ "parents": [{"class": "tab_control","attributes": ["dirty","selected"]}]
+ },
+
+ // Tab highlight button
+ {
+ "class": "tab_close_button",
+ "settings": ["highlight_modified_tabs"],
+ "parents": [{"class": "tab_control","attributes": ["dirty"]}]
+ },
+ {
+ "class": "tab_close_button",
+ "settings": ["highlight_modified_tabs"],
+ "parents": [{"class": "tab_control","attributes": ["dirty","selected"]}]
+ },
+
+ // Tab close button hover
+ {
+ "class": "tab_close_button",
+ "settings": ["show_tab_close_buttons"],
+ "attributes": ["hover"]
+ },
+
+ // Tab close button pressed
+ {
+ "class": "tab_close_button",
+ "settings": ["show_tab_close_buttons"],
+ "attributes": ["pressed"],
+ "layer0.opacity":0.8
+ },
+
+ //
+ // TAB LABELS
+ //
+
+ {
+ "class": "tab_label",
+ "fade": true,
+ "fg": [170,170,170],
+ "shadow_color": [25,25,25],
+ "shadow_offset": [0,-1]
+ },
+ {
+ "class": "tab_label",
+ "parents": [{"class": "tab_control","attributes": ["hover"]}],
+ "fg": [200,200,200],
+ "shadow_color": [30,30,30]
+ },
+ {
+ "class": "tab_label",
+ "parents": [{"class": "tab_control","attributes": ["selected"]}],
+ "fg": [230,230,230],
+ "shadow_color": [35,35,35]
+ },
+
+ //
+ // TABS (REGULAR)
+ //
+
+ // Tab set
+ {
+ "class": "tabset_control",
+ "layer0.texture": "",
+ "layer0.tint": [10,10,10],
+ "layer0.inner_margin": 0,
+ "layer0.opacity": 1,
+ "content_margin": 0,
+ "tab_overlap":0,
+ "tab_width": 45,
+ "tab_min_width": 45,
+ "tab_height": 30,
+ "mouse_wheel_switch": false
+ },
+
+ //
+ // TABS (MEDIUM)
+ //
+
+ {
+ "class": "tabset_control",
+ "settings": ["tabs_medium"],
+ "tab_height": 45
+ },
+
+ //
+ // TABS (LARGE)
+ //
+
+ {
+ "class": "tabset_control",
+ "settings": ["tabs_large"],
+ "tab_height": 60
+ },
+ {
+ "class": "tabset_control",
+ "settings": ["mouse_wheel_switches_tabs"],
+ "mouse_wheel_switch": true
+ },
+
+ // Tab element
+ {
+ "class": "tab_control",
+ "content_margin": [8,0],
+ "max_margin_trim": 0,
+ "hit_test_level": 0,
+ "layer0.texture": "",
+ "layer0.tint": [10,10,10],
+ "layer0.inner_margin": [5,5],
+ "layer0.opacity": 1
+ },
+
+ // Tab close state
+ {
+ "class": "tab_control",
+ "settings": ["show_tab_close_buttons"],
+ "content_margin": [8,0]
+ },
+
+ // Tab hover state
+ {
+ "class": "tab_control",
+ "attributes": ["hover"],
+ "layer0.texture": "",
+ "layer0.tint": [20,20,20]
+ },
+
+ // Tab active state
+ {
+ "class": "tab_control",
+ "attributes": ["selected"],
+ "layer0.tint": [17, 17, 17],
+ "layer0.opacity": 1
+ },
+
+ // Tab dirty state (close button hidden)
+ {
+ "class": "tab_control",
+ "settings": ["!show_tab_close_buttons"],
+ "attributes": ["dirty"],
+ "content_margin": [12,3,7,3]
+ },
+
+ //
+ // EMPTY WINDOW BACKGROUND
+ //
+
+ {
+ "class": "sheet_container_control",
+ "layer0.tint": [20,20,20]
+ },
+
+ //
+ // GRID LAYOUT
+ //
+
+ {
+ "class": "grid_layout_control",
+ "border_size": 1,
+ "border_color": [10,10,10]
+ },
+
+ //
+ // MINI MAP
+ //
+
+ {
+ "class": "minimap_control",
+ "viewport_color": [255,255,255,30]
+ },
+
+ //
+ // TEXT INPUT FIELD
+ //
+
+ // Text input field item
+ {
+ "class": "text_line_control",
+ "layer0.opacity": 1,
+ "layer0.inner_margin": [4, 5, 4, 3],
+ "layer0.tint": [10,10,10],
+
+ "layer1.opacity": 1.0,
+ "layer1.inner_margin": [4, 5, 4, 3],
+ "tint_index": 1,
+ "content_margin": 8
+ },
+
+ //
+ // PANEL BACKGROUNDS
+ //
+
+ // Bottom panel background
+ {
+ "class": "panel_control",
+ "layer0.inner_margin": [0,0],
+ "layer0.opacity": 1,
+ "layer0.tint": [10,10,10],
+ "content_margin": 0
+ },
+
+ //
+ // LABELS
+ //
+
+ // General labels
+ {
+ "class": "label_control",
+ "color": [120,120,120]
+ },
+
+ // Text field labels
+ {
+ "class": "label_control",
+ "parents": [{"class": "panel_control"}]
+ },
+
+ // Button labels
+ {
+ "class": "label_control",
+ "parents": [{"class": "button_control"}]
+ },
+
+ //
+ // TOOLTIP
+ //
+
+ // Tooltip container
+ {
+ "class": "tool_tip_control",
+ "layer0.texture": "",
+ "layer0.tint": [60,60,60],
+ "layer0.inner_margin": [1,1],
+ "layer0.opacity": 1,
+ "content_margin": [4,4]
+ },
+
+ // Tooltip content
+ {
+ "class": "tool_tip_label_control",
+ "color": [230,230,230]
+ },
+
+ // Ubuntu Mono UI Setting
+ {
+ "class": "sidebar_label",
+ "settings": ["ubuntu_mono_ui"],
+ "font.face": "Ubuntu Mono"
+ },
+ {
+ "class": "label_control",
+ "settings": ["ubuntu_mono_ui"],
+ "font.face": "Ubuntu Mono"
+ },
+ {
+ "class": "tab_label",
+ "settings": ["ubuntu_mono_ui"],
+ "font.face": "Ubuntu Mono"
+ },
+ // END Ubuntu Mono UI Setting
+
+ // Monaco Setting
+ {
+ "class": "sidebar_label",
+ "settings": ["monaco_ui"],
+ "font.face": "Monaco"
+ },
+ {
+ "class": "label_control",
+ "settings": ["monaco_ui"],
+ "font.face": "Monaco"
+ },
+ {
+ "class": "tab_label",
+ "settings": ["monaco_ui"],
+ "font.face": "Monaco"
+ },
+ // END Monaco Setting
+
+ // Inconsolata-g UI Setting
+ {
+ "class": "sidebar_label",
+ "settings": ["inconsolata_ui"],
+ "font.face": "Inconsolata-g",
+ "font.size": 12
+ },
+ {
+ "class": "label_control",
+ "settings": ["inconsolata_ui"],
+ "font.face": "Inconsolata-g",
+ "font.size": 12
+ },
+ {
+ "class": "tab_label",
+ "settings": ["inconsolata_ui"],
+ "font.face": "Inconsolata-g",
+ "font.size": 12
+ },
+ // END Inconsolata-g UI Setting
+
+ // Large UI font setting
+ {
+ "class": "sidebar_label",
+ "settings": ["large_ui_font"],
+ "font.size": 14
+ },
+ {
+ "class": "label_control",
+ "settings": ["large_ui_font"],
+ "font.size": 14
+ },
+ {
+ "class": "tab_label",
+ "settings": ["large_ui_font"],
+ "font.size": 14
+ },
+ // END Large UI font setting
+
+ // Small UI font setting
+ {
+ "class": "sidebar_label",
+ "settings": ["small_ui_font"],
+ "font.size": 12.5
+ },
+ {
+ "class": "label_control",
+ "settings": ["small_ui_font"],
+ "font.size": 12.5
+ },
+ {
+ "class": "tab_label",
+ "settings": ["small_ui_font"],
+ "font.size": 12.5
+ },
+ // END Small UI font setting
+
+ // Contrasted sidebar setting
+ {
+ "class": "sidebar_container",
+ "settings": ["contrasted_sidebar"],
+ "layer0.tint": [18,18,18]
+ },
+ {
+ "class": "tree_row",
+ "settings": ["contrasted_sidebar"],
+ "layer0.tint": [30,30,30]
+ },
+ // END Contrasted sidebar setting
+
+ // Contrasted tab setting
+ {
+ "class": "tabset_control",
+ "settings": ["contrasted_tabs"],
+ "layer0.tint": [18,18,18]
+ },
+ {
+ "class": "tab_control",
+ "settings": ["contrasted_tabs"],
+ "layer0.tint": [18,18,18]
+ },
+ {
+ "class": "tab_control",
+ "settings": ["contrasted_tabs"],
+ "attributes": ["hover"],
+ "layer0.tint": [30,30,30]
+ },
+ {
+ "class": "tab_control",
+ "settings": ["contrasted_tabs"],
+ "attributes": ["selected"],
+ "layer0.tint": [30,30,30]
+ },
+ // END Contrasted tab setting
+
+ // Contrasted light sidebar setting
+ {
+ "class": "sidebar_container",
+ "settings": ["contrasted_light_sidebar"],
+ "layer0.tint": [45,45,45]
+ },
+ {
+ "class": "tree_row",
+ "settings": ["contrasted_light_sidebar"],
+ "layer0.tint": [30,30,30]
+ },
+ // END Contrasted light sidebar setting
+
+ // Contrasted light tab setting
+ {
+ "class": "tabset_control",
+ "settings": ["contrasted_light_tabs"],
+ "layer0.tint": [45,45,45]
+ },
+ {
+ "class": "tab_control",
+ "settings": ["contrasted_light_tabs"],
+ "layer0.tint": [45,45,45]
+ },
+ {
+ "class": "tab_control",
+ "settings": ["contrasted_light_tabs"],
+ "attributes": ["hover"],
+ "layer0.tint": [30,30,30]
+ },
+ {
+ "class": "tab_control",
+ "settings": ["contrasted_light_tabs"],
+ "attributes": ["selected"],
+ "layer0.tint": [30,30,30]
+ },
+ // END Contrasted light tab setting
+
+ // Contrasted quick panel setting
+ {
+ "class": "quick_panel",
+ "settings": ["contrasted_quick_panel"],
+ "layer0.tint": [20,20,20]
+ },
+ {
+ "class": "quick_panel_row",
+ "settings": ["contrasted_quick_panel"],
+ "layer0.tint": [20,20,20]
+ },
+ {
+ "class": "mini_quick_panel_row",
+ "settings": ["contrasted_quick_panel"],
+ "layer0.tint": [20,20,20]
+ },
+ {
+ "class": "mini_quick_panel_row",
+ "settings": ["contrasted_quick_panel"],
+ "attributes": ["selected"],
+ "layer0.texture": "",
+ "layer0.tint": [147,214,214]
+ },
+ // END Contrasted quick panel setting
+
+ // Contrasted light quick panel setting
+ {
+ "class": "quick_panel",
+ "settings": ["contrasted_light_quick_panel"],
+ "layer0.tint": [35,35,35]
+ },
+ {
+ "class": "quick_panel_row",
+ "settings": ["contrasted_light_quick_panel"],
+ "layer0.tint": [35,35,35]
+ },
+ {
+ "class": "mini_quick_panel_row",
+ "settings": ["contrasted_light_quick_panel"],
+ "layer0.tint": [35,35,35]
+ },
+ {
+ "class": "mini_quick_panel_row",
+ "settings": ["contrasted_light_quick_panel"],
+ "attributes": ["selected"],
+ "layer0.texture": "",
+ "layer0.tint": [147,214,214]
+ },
+ // END Contrasted light quick panel setting
+
+ // Centurion folder icons
+ {
+ "class": "disclosure_button_control",
+ "settings": ["centurion_folder_icons"],
+ "layer0.texture": "Theme - Cyanide/Cyanide/centurion-folder-closed.png"
+ },
+ {
+ "class": "disclosure_button_control",
+ "settings": ["centurion_folder_icons"],
+ "attributes": ["expanded"],
+ "layer0.texture": "Theme - Cyanide/Cyanide/centurion-folder-open.png"
+ },
+ {
+ "class": "disclosure_button_control",
+ "settings": ["centurion_folder_icons"],
+ "attributes": ["expanded"],
+ "parents": [{"class": "tree_row","attributes": ["selected"]}],
+ "layer0.texture": "Theme - Cyanide/Cyanide/centurion-folder-open.png"
+ },
+ // END Centurion folder icons
+
+ // Afterglow folder icons
+ {
+ "class": "disclosure_button_control",
+ "settings": ["afterglow_folder_icons"],
+ "layer0.texture": "Theme - Cyanide/Cyanide/afterglow-folder-closed.png"
+ },
+ {
+ "class": "disclosure_button_control",
+ "settings": ["afterglow_folder_icons"],
+ "attributes": ["expanded"],
+ "layer0.texture": "Theme - Cyanide/Cyanide/afterglow-folder-open.png"
+ },
+ {
+ "class": "disclosure_button_control",
+ "settings": ["afterglow_folder_icons"],
+ "attributes": ["expanded"],
+ "parents": [{"class": "tree_row","attributes": ["selected"]}],
+ "layer0.texture": "Theme - Cyanide/Cyanide/afterglow-folder-open.png"
+ },
+ // END Afterglow folder icons
+
+ // Spacefunk folder icons
+ {
+ "class": "disclosure_button_control",
+ "settings": ["spacefunk_folder_icons"],
+ "layer0.texture": "Theme - Cyanide/Cyanide/spacefunk-folder-closed.png"
+ },
+ {
+ "class": "disclosure_button_control",
+ "settings": ["spacefunk_folder_icons"],
+ "attributes": ["expanded"],
+ "layer0.texture": "Theme - Cyanide/Cyanide/spacefunk-folder-open.png"
+ },
+ {
+ "class": "disclosure_button_control",
+ "settings": ["spacefunk_folder_icons"],
+ "attributes": ["expanded"],
+ "parents": [{"class": "tree_row","attributes": ["selected"]}],
+ "layer0.texture": "Theme - Cyanide/Cyanide/spacefunk-folder-open.png"
+ },
+ // END Spacefunk folder icons
+
+ // Large scrollbars
+ {
+ "class": "puck_control",
+ "settings": ["overlay_scroll_bars", "large_scroll_bars"],
+ "layer0.texture": "",
+ "layer0.inner_margin": [0,0],
+ "content_margin": [4,20],
+ "blur": true
+ },
+ {
+ "class": "puck_control",
+ "settings": ["overlay_scroll_bars", "large_scroll_bars"],
+ "attributes": ["horizontal"],
+ "layer0.texture": "",
+ "layer0.inner_margin": [5,0],
+ "content_margin": [20,4],
+ "blur": true
+ }
+ // END Large scrollbars
+
+]
diff --git a/sublime/.config/sublime-text-3/Packages/Colorsublime-Themes/Cyanide - fsociety.tmTheme b/sublime/.config/sublime-text-3/Packages/Colorsublime-Themes/Cyanide - fsociety.tmTheme
@@ -0,0 +1,497 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ // Cyanide Theme for Sublime Text
+ // https://github.com/lefoy/cyanide-theme
+ //
+ // by lefoy
+ // http://lefoy.net
+ //
+ // based on Centurion, Afterglow, Spacefunk and Seti_UI themes
+ //
+ // DO NOT EDIT THIS FILE! It is automatically generated by Grunt.
+ // Any modification you make to this file can be lost at any time.
+ //
+ // To change the values here, edit the file inside the "templates" folder
+ // then run "grunt build".
+ //
+
+ //
+ // Cyanide - Sky Theme
+ // Custom color (rgb): 147,214,214
+ // Custom color (hex): 88aaaa
+ // Background (rgb): 10,10,10
+ // Background (hex): 0a0a0a
+ //
+-->
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <dict>
+ <key>comment</key>
+ <string>http://lefoy.net</string>
+ <key>name</key>
+ <string>lefoy</string>
+ <key>settings</key>
+ <array>
+ <dict>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#0a0a0a</string>
+ <key>caret</key>
+ <string>#CCCCCC</string>
+ <key>foreground</key>
+ <string>#CCCCCC</string>
+ <key>invisibles</key>
+ <string>#6A6A6A</string>
+ <key>lineHighlight</key>
+ <string>#667788</string>
+ <key>selection</key>
+ <string>#252525</string>
+ <key>gutterForeground</key>
+ <string>#333333</string>
+ <key>guide</key>
+ <string>#141414</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Comment</string>
+ <key>scope</key>
+ <string>comment</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#224466</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Foreground</string>
+ <key>scope</key>
+ <string>keyword.operator.class, constant.other, source.php.embedded.line</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string />
+ <key>foreground</key>
+ <string>#CCCCCC</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Variable, String Link, Tag Name</string>
+ <key>scope</key>
+ <string>variable, support.other.variable, string.other.link, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#787878</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Number, Constant, Function Argument, Tag Attribute, Embedded</string>
+ <key>scope</key>
+ <string>constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string />
+ <key>foreground</key>
+ <string>#88aaaa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Class, Support</string>
+ <key>scope</key>
+ <string>entity.name.class, entity.name.type.class, support.type, support.class</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string />
+ <key>foreground</key>
+ <string>#DDD</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>String, Symbols, Inherited Class, Markup Heading</string>
+ <key>scope</key>
+ <string>string, constant.other.symbol, entity.other.inherited-class, markup.heading</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string />
+ <key>foreground</key>
+ <string>#88aaaa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Operator, Misc</string>
+ <key>scope</key>
+ <string>keyword.operator, constant.other.color</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#AAA</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Function, Special Method, Block Level</string>
+ <key>scope</key>
+ <string>entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string />
+ <key>foreground</key>
+ <string>#EFEFEF</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Keyword, Storage</string>
+ <key>scope</key>
+ <string>keyword, storage, storage.type, entity.name.tag.css</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string />
+ <key>foreground</key>
+ <string>#88aaaa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Separator</string>
+ <key>scope</key>
+ <string>meta.separator</string>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#222222</string>
+ <key>foreground</key>
+ <string>#88aaaa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff foreground</string>
+ <key>scope</key>
+ <string>markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#555555</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff insertion</string>
+ <key>scope</key>
+ <string>markup.inserted.diff, meta.diff.header.to-file</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#718c00</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff deletion</string>
+ <key>scope</key>
+ <string>markup.deleted.diff, meta.diff.header.from-file</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#c82829</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Diff header</string>
+ <key>scope</key>
+ <string>meta.diff.header.from-file, meta.diff.header.to-file</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#555555</string>
+ <key>background</key>
+ <string>#4271ae</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>#3e999f</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter deleted</string>
+ <key>scope</key>
+ <string>markup.deleted.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#88aaaa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter inserted</string>
+ <key>scope</key>
+ <string>markup.inserted.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#88aaaa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter changed</string>
+ <key>scope</key>
+ <string>markup.changed.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#88aaaa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter ignored</string>
+ <key>scope</key>
+ <string>markup.ignored.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#88aaaa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>GitGutter untracked</string>
+ <key>scope</key>
+ <string>markup.untracked.git_gutter</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#88aaaa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SublimeLinter Warning</string>
+ <key>scope</key>
+ <string>sublimelinter.mark.warning</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#EDBA00</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SublimeLinter Gutter Mark</string>
+ <key>scope</key>
+ <string>sublimelinter.gutter-mark</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#555555</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>SublimeLinter Error</string>
+ <key>scope</key>
+ <string>sublimelinter.mark.error</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#DA2000</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>File/Dir Symbols</string>
+ <key>scope</key>
+ <string>punctuation.definition.directory.symbol.dired, punctuation.definition.file.symbol.dired, dired.item.parent_dir</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#919aa388</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Dir Slash</string>
+ <key>scope</key>
+ <string>punctuation.definition.directory.slash.dired</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#919aa388</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Dir Name</string>
+ <key>scope</key>
+ <string>string.name.directory.dired</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#919aa388</string>
+ <key>fontStyle</key>
+ <string>bold</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Header</string>
+ <key>scope</key>
+ <string>header.dired</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#333333</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Header punctuations</string>
+ <key>scope</key>
+ <string>header.dired punctuation.definition.separator.dired</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#6f798733</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Header Rename Mode Title</string>
+ <key>scope</key>
+ <string>header.dired punctuation.definition.rename_mode</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#88aaaa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Marked</string>
+ <key>scope</key>
+ <string>dired.marked</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#FFFFFF</string>
+ <key>background</key>
+ <string>#4b96d6</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Help</string>
+ <key>scope</key>
+ <string>help.dired</string>
+ <key>settings</key>
+ <dict>
+ <key>background</key>
+ <string>#f5f7f8</string>
+ <key>foreground</key>
+ <string>#88aaaa</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Help punctuations</string>
+ <key>scope</key>
+ <string>punctuations.help.dired</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#6f798766</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Help shortcut punctuations</string>
+ <key>scope</key>
+ <string>punctuations.shortcut.help.dired</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#88aaaa66</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Help shortcut</string>
+ <key>scope</key>
+ <string>key.shortcut.help.dired</string>
+ <key>settings</key>
+ <dict>
+ <key>fontStyle</key>
+ <string>bold</string>
+ <key>foreground</key>
+ <string>#000000</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>Error</string>
+ <key>scope</key>
+ <string>string.error.dired</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#aa0000</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>VCS Modified</string>
+ <key>scope</key>
+ <string>item.modified.dired</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#88aaaa</string>
+ <key>background</key>
+ <string>#0a0a0b</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>name</key>
+ <string>VCS Untracked</string>
+ <key>scope</key>
+ <string>item.untracked.dired</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+ <string>#fff</string>
+ <key>background</key>
+ <string>#0a0a0b</string>
+ </dict>
+ </dict>
+ </array>
+ <key>uuid</key>
+ <string>DE477E5B-BD4D-46B0-BF80-2EA32A2814D5</string>
+ </dict>
+</plist>