personalizar tema sublime text 3
primero instalar packagecontrol en el siguiente enlace tienes las instrucciones y otros plugins
http://cirelramos.blogspot.com/2015/06/configuraciones-basicas-sublime-text-3.html
Ahora, cada vez que queramos buscar un paquete en el repositorio para instalarlo, pulsamos CTRL+SHIFT+P y escribimos Install Package. Entonces podremos buscar ColorSchemeEditor
luego de tener instalado paquete utilizamos SHIFT+F12
nos mostrara una pantalla como la anterior y ahora vamos a crear el directorio para poder guardar los temas
Terminal:
mkdir ~/.config/sublime-text-3/Packages/Color\ Scheme\ -\ Default
ahora vamos al siguiente enlace:
http://tmtheme-editor.herokuapp.com/#!/editor/theme/Monokai
luego de modificar el tema descargamos el tema y lo copiamos a la carpeta o simplemente copiamos el contenido del archivo descargado al tema de sublime text como en la siguiente imagen
TurboGrafx.tmTheme
un tema por si lo desean copiar, es muy similar a una terminal
author Jan T. Sott name TurboGrafx comment https://github.com/idleberg/RetroComputers.tmTheme semanticClass theme.dark.turbo_grafx colorSpaceName sRGB gutterSettings background #404040 divider #404040 foreground #808080 selectionBackground #606060 selectionForeground #a0a0a0 settings settings background #000000 caret #FFFFFF foreground #FFFFFF invisibles #FFFFFF lineHighlight #424242 selection #020A36 name Text scope variable.parameter.function settings foreground #c0c0c0 name Comments scope comment, punctuation.definition.comment settings foreground #808080 name Punctuation scope punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array settings foreground #c0c0c0 name Delimiters scope none settings foreground #c0c0c0 name Operators scope keyword.operator settings foreground #c0c0c0 name Keywords scope keyword, keyword.control settings foreground #c000e0 name Variables scope variable settings foreground #e00000 name Functions scope entity.name.function, meta.require, support.function.any-method settings foreground #0060c0 name Classes scope meta.class, support.class, entity.name.class, entity.name.type.class settings foreground #e0e000 name Methods scope keyword.other.special-method settings foreground #0060c0 name Storage scope storage settings foreground #c000e0 name Support scope support.function settings foreground #00c0c0 name Strings, Inherited Class scope string, constant.other.symbol, entity.other.inherited-class settings foreground #80e000 name Integers scope constant.numeric settings foreground #c08000 name Floats scope none settings foreground #c08000 name Boolean scope none settings foreground #c08000 name Constants scope constant settings foreground #c08000 name Tags scope entity.name.tag settings foreground #e00000 name Attributes scope entity.other.attribute-name settings foreground #c08000 name Attribute IDs scope entity.other.attribute-name.id, punctuation.definition.entity settings foreground #0060c0 name Selector scope meta.selector settings foreground #c000e0 name Values scope none settings foreground #c08000 name Headings scope markup.heading punctuation.definition.heading, entity.name.section settings fontStyle foreground #0060c0 name Units scope keyword.other.unit settings foreground #c08000 name Bold scope markup.bold, punctuation.definition.bold settings fontStyle bold foreground #e0e000 name Italic scope markup.italic, punctuation.definition.italic settings fontStyle italic foreground #c000e0 name Code scope markup.raw.inline settings foreground #80e000 name Link Text scope string.other.link settings foreground #e00000 name Link Url scope meta.link settings foreground #c08000 name Lists scope markup.list settings foreground #e00000 name Quotes scope markup.quote settings foreground #c08000 name Separator scope meta.separator settings background #606060 foreground #c0c0c0 name Inserted scope markup.inserted settings foreground #80e000 name Deleted scope markup.deleted settings foreground #e00000 name Changed scope markup.changed settings foreground #c000e0 name Colors scope constant.other.color settings foreground #00c0c0 name Regular Expressions scope string.regexp settings foreground #00c0c0 name Escape Characters scope constant.character.escape settings foreground #00c0c0 name Embedded scope punctuation.section.embedded, variable.interpolation settings foreground #a04020 name Invalid scope invalid.illegal settings background #e00000 foreground #000000 uuid a13d0a8d-b0c0-4a22-9014-add0520fdaef
Fuente: https://packagecontrol.io/packages/ColorSchemeEditor
0 comentarios :