[gnome-builder] style: improve Builder style scheme for Python
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] style: improve Builder style scheme for Python
- Date: Tue, 20 Jan 2015 03:47:22 +0000 (UTC)
commit 45a9ddc87ec111ef84a3c94e0ff8985570f3d756
Author: Christian Hergert <christian hergert me>
Date: Mon Jan 19 19:46:25 2015 -0800
style: improve Builder style scheme for Python
We are going to have to do a lot of custom tweaks like this per language
I presume. Still lot's to do, but this is a start.
https://bugzilla.gnome.org/show_bug.cgi?id=742902
data/styles/builder.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/styles/builder.xml b/data/styles/builder.xml
index 4d38146..455df84 100644
--- a/data/styles/builder.xml
+++ b/data/styles/builder.xml
@@ -95,6 +95,7 @@
<style name="def:doc-comment-element" italic="true"/>
<style name="def:error" line-background="#rgba(235,202,210,.4)" />
<style name="def:floating-point" foreground="blue2"/>
+ <style name="def:function" foreground="pink1"/>
<style name="def:decimal" foreground="blue2"/>
<style name="def:base-n-integer" foreground="blue2"/>
<style name="def:boolean" foreground="pink1"/>
@@ -119,6 +120,9 @@
<style name="diff:location" use-style="def:statement"/>
<style name="diff:special-case" use-style="def:constant"/>
+ <style name="python:builtin-object" foreground="og1"/>
+ <style name="python:keyword" foreground="green1" bold="false"/>
+
<style name="xml:tags" foreground="chameleon3"/>
<style name="xml:namespace" bold="true"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]