Skip to content

Instantly share code, notes, and snippets.

short_name character unicode
activate-breakpoints EA97
add EA60
archive EA98
arrow-both EA99
arrow-down EA9A
arrow-left EA9B
arrow-right EA9C
arrow-small-down EA9D
arrow-small-left EA9E
{
"name": "Dark Default Colors",
"$schema": "vscode://schemas/color-theme",
"type": "dark",
"colors": {
"activityBar.background": "#333333",
"activityBar.dropBackground": "#ffffff1f",
"activityBar.foreground": "#ffffff",
"activityBar.inactiveForeground": "#ffffff99",
"activityBarBadge.background": "#007acc",
@miguelsolorio
miguelsolorio / build.sh
Last active February 28, 2019 16:37
Using ImageMagick (ico) and Iconutil (icns) to generate OS icons
input=("assets")
output=("dist")
platforms=("darwin" "win32")
versions=("stable" "insiders" "oss")
files=("bat" "bower" "c" "cpp" "csharp" "css" "default" "go" "html" "jade" "java" "javascript" "less" "markdown" "php" "powershell" "python" "react" "ruby" "sass" "shell" "sql" "typescript" "vue" "xml" "yaml" "json" "config")
# create output directory
for platform in "${platforms[@]}"
do
for version in "${versions[@]}"
@miguelsolorio
miguelsolorio / .bash_profile
Created August 7, 2018 20:30
Hide and Show Desktop Files
# ~/.bash_profile
# Hide Desktop files
alias hideDesktop='defaults write com.apple.finder CreateDesktop false; killall Finder'
# Show Desktop files
alias showDesktop='defaults write com.apple.finder CreateDesktop true; killall Finder'
"workbench.colorCustomizations": {
"activityBar.background": "#2F333D",
"activityBar.foreground": "#D7DAE0",
"activityBarBadge.background": "#4D78CC",
"activityBarBadge.foreground": "#F8FAFD",
"badge.background": "#282c34",
"button.background": "#404754",
"debugToolBar.background": "#21252b",
"dropdown.background": "#1d1f23",
"diffEditor.insertedTextBackground": "#00809B33",
"workbench.colorCustomizations": {
"editor.background": "#1E1E1E",
"editor.foreground": "#D4D4D4",
"editor.inactiveSelectionBackground": "#3A3D41",
"editorIndentGuide.background": "#404040",
"editorIndentGuide.activeBackground": "#707070",
"editor.selectionHighlightBackground": "#ADD6FF26",
"list.dropBackground": "#383B3D",
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#BBBBBB"