Ver código fonte

sublime and things

Tom McKenzie 6 anos atrás
pai
commit
0a0b64fb7b

+ 10 - 1
Sublime3/User/Default (OSX).sublime-keymap

@@ -12,5 +12,14 @@
   },
   { "keys": ["super+k", "super+shift+z"], "command": "zoom_pane", "args": {"fraction": 0.9} },
   { "keys": ["super+k", "super+z"], "command": "toggle_zoom_pane", "args": {"fraction": 0.8} },
-  { "keys": ["super+b"], "command": "toggle_side_bar" }
+  { "keys": ["super+b"], "command": "toggle_side_bar" },
+  {
+    "keys": ["ctrl+shift+s"], "command": "toggle_color_scheme",
+    "args": {
+      "light_color_scheme": "Packages/ayu/ayu-light.tmTheme",
+      "dark_color_scheme": "Packages/ayu/ayu-dark.tmTheme",
+      "light_theme": "ayu-light.sublime-theme",
+      "dark_theme": "ayu-dark.sublime-theme"
+    }
+  }
 ]

+ 1 - 1
Sublime3/User/Package Control.sublime-settings

@@ -20,11 +20,11 @@
 		"PowerShell",
 		"Pretty JSON",
 		"SCSS",
+		"WordCount",
 		"Wrap Plus",
 		"ZSH"
 	],
 	"repositories":
 	[
-		"https://github.com/jdc0589/JsFormat"
 	]
 }

+ 2 - 2
Sublime3/User/Preferences.sublime-settings

@@ -14,7 +14,7 @@
 	"auto_complete_with_fields": true,
 	"auto_find_in_selection": true,
 	"close_windows_when_empty": true,
-	"color_scheme": "Packages/ayu/ayu-dark.tmTheme",
+	"color_scheme": "Packages/ayu/ayu-light.sublime-color-scheme",
 	"dictionary": "Packages/Language - English/en_GB.dic",
 	"draw_minimap_border": true,
 	"enable_tab_scrolling": true,
@@ -88,7 +88,7 @@
 	"show_full_path": true,
 	"show_line_endings": false,
 	"tab_size": 2,
-	"theme": "ayu-dark.sublime-theme",
+	"theme": "ayu-light.sublime-theme",
 	"translate_tabs_to_spaces": true,
 	"trim_trailing_white_space_on_save": true
 }