[gnome-builder] style-schemes: fix preformatted-section style



commit b3bcc381dd2ae2981178abd060b6c2a2d4fd75bc
Author: Dmitry Nalivin <dmitrynalivin gmail com>
Date:   Thu Oct 7 23:21:59 2021 +0300

    style-schemes: fix preformatted-section style
    
    Fixes a typo.
    
    See: https://gitlab.gnome.org/GNOME/gtksourceview/-/issues/221

 data/style-schemes/Adwaita-dark.style-scheme.xml | 2 +-
 data/style-schemes/Adwaita.style-scheme.xml      | 2 +-
 data/style-schemes/builder.style-scheme.xml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/style-schemes/Adwaita-dark.style-scheme.xml 
b/data/style-schemes/Adwaita-dark.style-scheme.xml
index e538d9774..a7d8e6439 100644
--- a/data/style-schemes/Adwaita-dark.style-scheme.xml
+++ b/data/style-schemes/Adwaita-dark.style-scheme.xml
@@ -131,7 +131,7 @@
   <style name="def:list-marker"             foreground="light1" bold="true"/>
   <style name="def:net-address"             italic="true" underline="true"/>
   <style name="def:note"                    foreground="light1" background="orange3" bold="true"/>
-  <style name="def:preformatting-section"   foreground="purple1"/>
+  <style name="def:preformatted-section"    foreground="purple1"/>
   <style name="def:preprocessor"            foreground="dark2"/>
   <style name="def:shebang"                 foreground="dark1" bold="true"/>
   <style name="def:special-char"            foreground="blue3" bold="true"/>
diff --git a/data/style-schemes/Adwaita.style-scheme.xml b/data/style-schemes/Adwaita.style-scheme.xml
index e1eeee0a3..78c3ca435 100644
--- a/data/style-schemes/Adwaita.style-scheme.xml
+++ b/data/style-schemes/Adwaita.style-scheme.xml
@@ -131,7 +131,7 @@
   <style name="def:list-marker"             foreground="dark5" bold="true"/>
   <style name="def:net-address"             italic="true" underline="true"/>
   <style name="def:note"                    foreground="light1" background="orange3" bold="true"/>
-  <style name="def:preformatting-section"   foreground="purple1"/>
+  <style name="def:preformatted-section"    foreground="purple1"/>
   <style name="def:preprocessor"            foreground="dark2"/>
   <style name="def:shebang"                 foreground="dark1" bold="true"/>
   <style name="def:special-char"            foreground="blue3"/>
diff --git a/data/style-schemes/builder.style-scheme.xml b/data/style-schemes/builder.style-scheme.xml
index ebcaa136b..a3c12765a 100644
--- a/data/style-schemes/builder.style-scheme.xml
+++ b/data/style-schemes/builder.style-scheme.xml
@@ -152,7 +152,7 @@
   <style name="def:net-address"             italic="true" underline="true"/>
   <style name="def:note"                    background="orange1" bold="true"/>
   <style name="def:operator"                foreground="#a67f59"/>
-  <style name="def:preformatting-section"   foreground="purple1"/>
+  <style name="def:preformatted-section"    foreground="purple1"/>
   <style name="def:preprocessor"            foreground="pink1"/>
   <style name="def:shebang"                 foreground="blue1" bold="true"/>
   <style name="def:special-char"            foreground="pink1"/>


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