https://github.com/rsms/sublime-theme
My Sublime Text theme
https://github.com/rsms/sublime-theme
Last synced: about 1 year ago
JSON representation
My Sublime Text theme
- Host: GitHub
- URL: https://github.com/rsms/sublime-theme
- Owner: rsms
- License: isc
- Created: 2021-06-14T16:10:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T22:58:34.000Z (over 1 year ago)
- Last Synced: 2025-03-28T18:16:47.017Z (about 1 year ago)
- Language: Python
- Size: 1.51 MB
- Stars: 202
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# rsms sublime text theme
Install:
```sh
cd path/to/your/sublime/packages
git clone https://github.com/rsms/sublime-theme.git rsms-theme
```
You'll also need the fonts
[Inter](https://rsms.me/inter/) and
[JetBrains Mono](https://www.jetbrains.com/lp/mono/)
installed on your system, which are used by the UI theme.
## Use
Open the command prompt in Sublime (⇧⌘P), type "rsms:" and select an option.
- `lights off` — enable dark theme
- `lights on` — enable bright theme
- `select theme...` — quickly preview the themes
- `toggle dark/light` — toggle. Shortcut: ⌥⌘L
### Recommended settings
In your `Packages/User/Preferences.sublime-settings`:
```js
"font_face": "JetBrains Mono",
"font_size": 14.0,
"font_options": [ "no_calt" ],
"line_padding_bottom": 1,
"line_padding_top": 0,
"highlight_line": false,
"show_tab_close_buttons": false,
"fold_buttons": false,
```
When in fullscreen, the square tab styles works much better than the default rounded ones:
```js
"file_tab_style": "square",
```
## Examples

