From 4e830458d8b8902edf916c7849e8555f4665fd7d Mon Sep 17 00:00:00 2001 From: Remy Date: Tue, 21 Dec 2021 18:11:48 +0900 Subject: [PATCH] Fix 'Use Gitignore' has no style. Fixes #168 --- predawn-DEV.sublime-theme | 17 +++++++++++++++++ predawn.sublime-theme | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/predawn-DEV.sublime-theme b/predawn-DEV.sublime-theme index 9801dc2..210ca4e 100644 --- a/predawn-DEV.sublime-theme +++ b/predawn-DEV.sublime-theme @@ -666,6 +666,23 @@ "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], "layer0.texture": "Predawn/assets/icon-context-on.png" }, + { + // Use gitignore button + "class": "icon_use_gitignore", + "layer0.opacity": 1.0, + "content_margin": [12, 12], + "layer0.tint": "#555555" + }, + { + "class": "icon_use_gitignore", + "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], + "layer0.tint": "#ffffff" + }, + { + "class": "icon_use_gitignore", + "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], + "layer0.tint": "#f18260" + }, { // Use search buffer "class": "icon_use_buffer", diff --git a/predawn.sublime-theme b/predawn.sublime-theme index 32ce9c5..553d3e9 100755 --- a/predawn.sublime-theme +++ b/predawn.sublime-theme @@ -702,6 +702,23 @@ "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], "layer0.texture": "Predawn/assets/icon-context-on.png" }, + { + // Use gitignore button + "class": "icon_use_gitignore", + "layer0.opacity": 1.0, + "content_margin": [12, 12], + "layer0.tint": "#555555" + }, + { + "class": "icon_use_gitignore", + "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], + "layer0.tint": "#ffffff" + }, + { + "class": "icon_use_gitignore", + "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], + "layer0.tint": "#f18260" + }, { // Use search buffer "class": "icon_use_buffer",