Skip to content

Commit

Permalink
docs(readme): update sublime theme configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed May 20, 2024
1 parent b58e73e commit 4407f84
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,18 @@ npmrc entry in the .envrc file of the folder of the project.
Lastly, open Preferences → Settings - User. Add the following two lines:

"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"theme": "Cobalt2.sublime-theme",
"theme": "Cobalt2.sublime-theme",
"highlight_line": true,
"indent_guide_options": [ "draw_normal", "draw_active" ],
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"wide_caret": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"bold_folder_labels": true,
```

2. Slack
Expand Down

0 comments on commit 4407f84

Please sign in to comment.