From 714d95c9c8a8302bd22ef4c8746c2066650be66c Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Wed, 29 Jan 2025 11:57:23 +0000 Subject: [PATCH] Update Sublime Text settings --- roles/home-gui/files/Preferences.sublime-settings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/home-gui/files/Preferences.sublime-settings b/roles/home-gui/files/Preferences.sublime-settings index aba7880..dd8c5cb 100644 --- a/roles/home-gui/files/Preferences.sublime-settings +++ b/roles/home-gui/files/Preferences.sublime-settings @@ -3,7 +3,7 @@ "always_show_minimap_viewport": true, "auto_complete_commit_on_tab": false, "close_windows_when_empty": true, - "color_scheme": "Monokai.sublime-color-scheme", + "color_scheme": "Celeste.sublime-color-scheme", "dictionary": "Packages/Language - English/en_GB.dic", "draw_white_space": [ "all" @@ -13,7 +13,7 @@ "font_size": 10, "hot_exit": false, "rulers": [ - 100 + 80 ], "show_encoding": true, "show_line_endings": true,