[gtksourceview: 1/2] Adwaita: fix preformatted-section style




commit 0456ce394b5a89c73dc4b62a50335d884435cb27
Author: Dmitry Nalivin <dmitrynalivin gmail com>
Date:   Thu Oct 7 22:56:45 2021 +0300

    Adwaita: fix preformatted-section style
    
    Fixes #221

 data/styles/Adwaita-dark.xml | 2 +-
 data/styles/Adwaita.xml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/styles/Adwaita-dark.xml b/data/styles/Adwaita-dark.xml
index 54b96fe1..1704e20d 100644
--- a/data/styles/Adwaita-dark.xml
+++ b/data/styles/Adwaita-dark.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"                    underline="error" underline-color="dark1"/>
-  <style name="def:preformatting-section"   foreground="purple1"/>
+  <style name="def:preformatted-section"    foreground="purple1"/>
   <style name="def:preprocessor"            foreground="dark1"/>
   <style name="def:shebang"                 foreground="dark1" bold="true"/>
   <style name="def:special-char"            foreground="blue3" bold="true"/>
diff --git a/data/styles/Adwaita.xml b/data/styles/Adwaita.xml
index 9d667e01..c4bd41b3 100644
--- a/data/styles/Adwaita.xml
+++ b/data/styles/Adwaita.xml
@@ -130,7 +130,7 @@
   <style name="def:list-marker"             foreground="dark5" bold="true"/>
   <style name="def:net-address"             italic="true" underline="true"/>
   <style name="def:note"                    underline="error" underline-color="light5"/>
-  <style name="def:preformatting-section"   foreground="purple1"/>
+  <style name="def:preformatted-section"    foreground="purple1"/>
   <style name="def:preprocessor"            foreground="dark1"/>
   <style name="def:shebang"                 foreground="dark1" bold="true"/>
   <style name="def:special-char"            foreground="blue3"/>


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