[gtksourceview] Adwaita.xml: make urls look more like links



commit 617b6d33aa8a583f068d3301ab940c14f8113575
Author: Christian Hergert <chergert redhat com>
Date:   Tue Dec 28 16:08:24 2021 -0800

    Adwaita.xml: make urls look more like links

 data/styles/Adwaita.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/data/styles/Adwaita.xml b/data/styles/Adwaita.xml
index 9a3d7855..83dcc34a 100644
--- a/data/styles/Adwaita.xml
+++ b/data/styles/Adwaita.xml
@@ -130,11 +130,10 @@
   <style name="def:inline-code"             foreground="purple2"/>
   <style name="def:insertion"               underline="single"/>
   <style name="def:keyword"                 foreground="dark2" bold="true"/>
-  <style name="def:link-destination"        italic="true" underline="true"/>
+  <style name="def:link-destination"        underline="true" foreground="blue3"/>
   <style name="def:link-symbol"             foreground="blue3" bold="true"/>
-  <style name="def:link-text"               foreground="blue3"/>
   <style name="def:list-marker"             foreground="dark5" bold="true"/>
-  <style name="def:net-address"             italic="true" underline="true"/>
+  <style name="def:net-address"             underline="true" foreground="blue3"/>
   <style name="def:note"                    underline="error" underline-color="light5"/>
   <style name="def:preformatted-section"    foreground="purple1"/>
   <style name="def:preprocessor"            foreground="dark1"/>


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