[gtksourceview] solarized-dark: set various breakpoint values



commit b65c972ac4a81816af71c5753d3ececba1f36ef8
Author: Christian Hergert <chergert redhat com>
Date:   Tue Sep 6 17:31:44 2022 -0700

    solarized-dark: set various breakpoint values
    
    This is useful for IDEs, and needs standardization upstream at somepoint
    so that we can use it across tooling.

 data/styles/solarized-dark.xml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/data/styles/solarized-dark.xml b/data/styles/solarized-dark.xml
index 17d173e1..15afab8d 100644
--- a/data/styles/solarized-dark.xml
+++ b/data/styles/solarized-dark.xml
@@ -70,6 +70,10 @@
   <!-- Search Matching -->
   <style name="search-match"                foreground="base03" background="yellow"/>
 
+  <!-- Builder Overrides -->
+  <style name="-Builder:breakpoint"         line-background="base1" foreground="base01"/>
+  <style name="-Builder:current-breakpoint" line-background="yellow" foreground="base01"/>
+
   <!-- Comments -->
   <style name="def:comment"                 foreground="base01"/>
   <style name="def:shebang"                 foreground="base01" bold="true"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]