From 2ff5c9e484b9d6e5e274d3858f2967c64a4c8a1a Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Fri, 11 Sep 2020 10:35:44 +0100 Subject: [PATCH] Add sublime text configuration. --- README.md | 2 ++ .../Packages/User/Preferences.sublime-settings | 15 +++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 toronto/.config/sublime-text-3/Packages/User/Preferences.sublime-settings diff --git a/README.md b/README.md index 7823d72..af05cca 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ My setup currently consists of: * zsh & [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) as a shell * Wayland for desktop compositing * [Sway](https://github.com/swaywm/sway) for window management +* [Sublime Text 3](https://www.sublimetext.com) for code/text/whatever editing +* [Monokai Pro](https://monokai.pro) colour scheme where possible * [Wofi](https://hg.sr.ht/~scoopta/wofi) for app launching * [Waybar](https://github.com/Alexays/Waybar) for status bar * [Alacritty](https://github.com/alacritty/alacritty) terminal diff --git a/toronto/.config/sublime-text-3/Packages/User/Preferences.sublime-settings b/toronto/.config/sublime-text-3/Packages/User/Preferences.sublime-settings new file mode 100644 index 0000000..7c6fada --- /dev/null +++ b/toronto/.config/sublime-text-3/Packages/User/Preferences.sublime-settings @@ -0,0 +1,15 @@ +{ + "color_scheme": "Monokai Pro (Filter Spectrum).sublime-color-scheme", + "font_face": "JetBrains Mono", + "font_size": 12, + "ignored_packages": + [ + "Rust", + "Vintage" + ], + "rulers": + [ + 80 + ], + "theme": "Monokai Pro (Filter Spectrum).sublime-theme" +}