guillermorangel
2/10/2016 - 8:40 PM

User Settings

User Settings

{
	"theme": "Soda Dark 3.sublime-theme",
	"tab_size": 2,
	"font_size": 12,
	"font_face": "Monaco",
  "font_options":
  [
    // "bold",
    // "gray_antialias"
  ],
	"caret_style": "wide",
	"color_scheme": "Packages/Monokai Custom - Theme/Monokai Custom.tmTheme",
	"highlight_line": true,
	"fade_fold_buttons": false,
	"bold_folder_labels": true,
  // "line_padding_top": 1,
  // "line_padding_bottom": 1,	
  "translate_tabs_to_spaces": true,
  "translate_tabs_to_spaces": true,
  "remember_full_screen": true,
  "ignored_packages":
  [
    "Vintage"
  ],
  "keymaps":
  {
    "show_pretty_keys": true
  }
}

@font-size: 1.2727273em;

// style the background color of the tree view
.tree-view {
  // background-color: whitesmoke;
  font-size: @font-size;
}

// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
  // color: white;
  // background-color: hsl(180, 24%, 12%);
}

// To style other content in the text editor's shadow DOM, use the ::shadow expression
atom-text-editor::shadow .cursor {
  border-color: dodgerblue;
  border-width: 9px;
  opacity: 0.25;
  transition: opacity 0.4s ease;
}

atom-text-editor::shadow .is-focused .cursors.blink-off .cursor {
  opacity: 0;
}

.settings-view,
.status-bar,
.tab-bar .tab,
linter-message {
  font-size: @font-size;
}

.tab-bar {
  height: auto;
}