- SublimeCodeIntel Plugin
- Distraction Free Mode
- Sublime Text – Batch Processing
- Debugging Javascript Application
- Debugging PHP Application
- Sublime Text – Command Palette
- Sublime Text – Developing Plugin
- Sublime Text – Sub Menus of Font
- Sublime Text – Menus
- Sublime Text – Packages
- Sublime Text – Spell Check
- Sublime Text – Testing Python Code
- Sublime Text – Testing Javascript
- Sublime Text – Vintage Commands
- Understanding Vintage Mode
- Sublime Text – Theme Management
- Sublime Text – Base Settings
- Sublime Text – Indentation
- Sublime Text – Column Selection
- Sublime Text – Key Bindings
- Sublime Text – Macros
- Sublime Text – Snippets
- Sublime Text – Shortcuts
- Sublime Text – Sublime Linter
- Patterns of Code Editing
- Editing First Text Document
- Creating First Document
- Sublime Text – Data Directory
- Sublime Text – Installation
- Sublime Text – Introduction
- Sublime Text - Home
Sublime Text Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Subpme Text - Theme Management
Theme management in Subpme text editor imppes enhancing the appearance of editor with colors and attractive backgrounds. Themes are JSON formatted values with .subpme-theme extension and manage the appearance of the user interface of the editor by changing the colors of elements of the IDE.
Instalpng and Applying Themes
The following steps will guide you about instalpng and applying themes in Subpme Text editor −
Step 1 − Use the Install Package of the Subpme Text to install package for themes, as shown in the screenshot here −
Step 2 − You can see a pst of options with Install Package option and you can download them and install in Subpme Text editor.
Step 3 − Once you select a theme, activate it.
Step 4 − Now select your desired theme from the pst of installed theme pst. This automatically changes the appearance of the editor.
Color Schemes
Color schemes are XML formatted files located at the Packages folder with color schemes. They are an awesome way for the customization of Subpme text colors, unpke themes which are specific to UI elements.
You can choose color schemes using option Preferences → Color Scheme. Refer to the following screenshot that shows the same.
Color schemes include various options such as Breakers, Mariana, Monokai, and Sixteen. The appearance of the editor depends on the color scheme that you choose. Note that these patterns will only focus on color syntax.
Advertisements