Skip to content

Instantly share code, notes, and snippets.

@aduartem
Last active May 21, 2022 19:00
Show Gist options
  • Save aduartem/4820506c36f7e5b60a5ed34c8377ee66 to your computer and use it in GitHub Desktop.
Save aduartem/4820506c36f7e5b60a5ed34c8377ee66 to your computer and use it in GitHub Desktop.
Los mejores temas para Sublime Text

Los mejores temas para sublime text 3

  • Material Theme
  • Theme - Spacegray
  • Boxy
  • Agila
  • Lanzhou
  • Sunrise
  • Kronuz
  • Autumn

Para instalar ctrl + shift + p -> Escribir pi (package control: install package) -> Enter -> Escribir el nombre del tema y Enter

Para activar el tema ir a Preference -> Color Scheme.

Material Theme

"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"theme": "Material-Theme.sublime-theme",

Theme - Spacegray

Settings for Spacegray

{
  "theme": "Spacegray.sublime-theme",
  "color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme"
}
Settings for Spacegray Light

{
  "theme": "Spacegray Light.sublime-theme",
  "color_scheme": "Packages/Theme - Spacegray/base16-ocean.light.tmTheme"
}
Settings for Spacegray Eighties

{
  "theme": "Spacegray Eighties.sublime-theme",
  "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment