mirror of
https://github.com/BradNut/dotfiles
synced 2025-09-08 17:40:19 +00:00
Adding sublime extensions file and updating sublime settings to what I use.
This commit is contained in:
parent
440e353207
commit
960d81acd2
2 changed files with 24 additions and 8 deletions
|
|
@ -1,10 +1,6 @@
|
|||
{
|
||||
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
|
||||
"font_face": "Fira Code",
|
||||
"font_size": 15,
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage",
|
||||
],
|
||||
"theme": "ayu-mirage.sublime-theme"
|
||||
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
|
||||
"theme": "ayu-mirage.sublime-theme",
|
||||
"font_size": 12,
|
||||
"ignored_packages": ["Vintage"]
|
||||
}
|
||||
|
|
|
|||
20
sublime-text-extensions-i-use.md
Normal file
20
sublime-text-extensions-i-use.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# List of all the extensions I use.
|
||||
|
||||
## Formatters
|
||||
|
||||
- [HTML-CSS-JS Prettify](https://packagecontrol.io/packages/HTML-CSS-JS%20Prettify)
|
||||
|
||||
## Icon Themes
|
||||
|
||||
- [A File Icon](https://packagecontrol.io/packages/A%20File%20Icon)
|
||||
|
||||
## Others
|
||||
|
||||
- [ColorPicker](https://packagecontrol.io/packages/ColorPicker)
|
||||
- [Gutter Color](https://packagecontrol.io/packages/Gutter%20Color)
|
||||
- [Rainbow Brackets](https://github.com/absop/RainbowBrackets)
|
||||
|
||||
## Theme
|
||||
|
||||
- [Ayu Theme](https://packagecontrol.io/packages/ayu)
|
||||
- [Cobalt2 Theme](https://packagecontrol.io/packages/Theme%20-%20Cobalt2)
|
||||
Loading…
Reference in a new issue