Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Jun 14, 2021
1 parent 3912ae7 commit 97dd7bf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ You'll also need the fonts
[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.
Expand All @@ -22,6 +23,23 @@ Open the command prompt in Sublime (⇧⌘P), type "rsms:" and select an option.
- `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,
"file_tab_style": "square",
"highlight_line": false,
"show_tab_close_buttons": false,
"fold_buttons": false,
```


## Examples

<img src="rsms-dark.png"><br>
Expand Down

0 comments on commit 97dd7bf

Please sign in to comment.