Skip to content

Instantly share code, notes, and snippets.

@arnaudbenard
Last active December 15, 2015 14:59
Show Gist options
  • Select an option

  • Save arnaudbenard/5278616 to your computer and use it in GitHub Desktop.

Select an option

Save arnaudbenard/5278616 to your computer and use it in GitHub Desktop.

Revisions

  1. Arnaud Bénard revised this gist May 6, 2013. 1 changed file with 10 additions and 11 deletions.
    21 changes: 10 additions & 11 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,18 +1,17 @@
    {
    "bold_folder_labels": true,
    "caret_style": "phase",
    "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
    "fade_fold_buttons": false,
    "highlight_line": true,
    "ignored_packages":
    [
    "Vintage"
    "Vintage",
    "AAAPackageDev",
    "Theme - Night"
    ],
    //"soda_classic_tabs": true,
    "theme": "Soda Dark.sublime-theme",
    "caret_style": "phase",
    "highlight_line": true,
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "fade_fold_buttons": false,
    "bold_folder_labels": true,
    "word_wrap": true


    "line_padding_top": 1,
    "theme": "Soda Light.sublime-theme",
    "word_wrap": true
    }
  2. Arnaud Bénard created this gist Mar 30, 2013.
    18 changes: 18 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    {
    "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
    "ignored_packages":
    [
    "Vintage"
    ],
    //"soda_classic_tabs": true,
    "theme": "Soda Dark.sublime-theme",
    "caret_style": "phase",
    "highlight_line": true,
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "fade_fold_buttons": false,
    "bold_folder_labels": true,
    "word_wrap": true


    }