mirror of
https://github.com/BradNut/dotfiles
synced 2025-09-08 17:40:19 +00:00
Adding sublime settings
This commit is contained in:
parent
9d70d277a1
commit
a1c646c619
1 changed files with 11 additions and 0 deletions
11
Preferences.sublime-settings
Normal file
11
Preferences.sublime-settings
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
|
||||||
|
"font_face": "Fira Code",
|
||||||
|
"font_size": 13,
|
||||||
|
"ignored_packages":
|
||||||
|
[
|
||||||
|
"Vintage",
|
||||||
|
"zzz A File Icon zzz"
|
||||||
|
],
|
||||||
|
"theme": "ayu-mirage.sublime-theme"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue