[gnome-text-editor] styles: start on peninsula dark
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-text-editor] styles: start on peninsula dark
- Date: Sat, 25 Dec 2021 21:20:31 +0000 (UTC)
commit ee3b4dafe4015805e2c645ef4238d67f009ea144
Author: Christian Hergert <chergert redhat com>
Date: Sat Dec 25 13:20:17 2021 -0800
styles: start on peninsula dark
Just an attempt to get something started for a dark variant of peninsula.
Fixes #267
data/styles/meson.build | 1 +
data/styles/peninsula-dark.xml | 70 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 71 insertions(+)
---
diff --git a/data/styles/meson.build b/data/styles/meson.build
index 6b3a9bb..986a496 100644
--- a/data/styles/meson.build
+++ b/data/styles/meson.build
@@ -2,4 +2,5 @@ install_data([
'builder.xml',
'builder-dark.xml',
'peninsula.xml',
+ 'peninsula-dark.xml',
], install_dir: join_paths(get_option('datadir'), 'gtksourceview-5/styles'))
diff --git a/data/styles/peninsula-dark.xml b/data/styles/peninsula-dark.xml
new file mode 100644
index 0000000..1967aa7
--- /dev/null
+++ b/data/styles/peninsula-dark.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2021 Christian Hergert <chergert redhat com>
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+-->
+<style-scheme id="peninsula-dark" name="Peninsula" version="1.0">
+ <author>Christian Hergert</author>
+
+ <metadata>
+ <property name="variant">dark</property>
+ <property name="dark-variant">peninsula-light</property>
+ </metadata>
+
+ <style name="text" foreground="#dfdfe0" background="#292a30"/>
+ <style name="selection" background="#3169b0"/>
+ <style name="search-match" background="#3169b0"/>
+ <style name="cursor" foreground="#dfdfe0"/>
+ <style name="current-line" background="#dfdfe011"/>
+ <style name="current-line-number" background="#dfdfe011"/>
+ <style name="line-numbers" foreground="#dfdfe0" background="#292a30"/>
+ <style name="draw-spaces" foreground="#4f535f"/>
+ <style name="background-pattern" background="#2f2f2f"/>
+ <style name="bracket-match" background="#585859" bold="true"/>
+ <style name="bracket-mismatch" underline="error" bold="true"/>
+ <style name="right-margin" foreground="#9a9a9a" background="#9a9a9a"/>
+ <style name="map-overlay" background="#9a9a9a"/>
+ <style name="def:string" foreground="#ff806c"/>
+ <style name="def:type" foreground="#ff78b2" bold="true"/>
+ <style name="def:comment" foreground="#7f8c99"/>
+ <style name="def:list-marker" foreground="#d9c880" bold="true"/>
+ <style name="def:heading" bold="true"/>
+ <style name="def:identifier" foreground="#75c2b3"/>
+ <style name="def:preprocessor" foreground="#8d8e95"/>
+ <style name="def:keyword" foreground="#ff78b2" bold="true"/>
+ <style name="def:variable" foreground="#75c2b3"/>
+ <style name="def:special-constant" foreground="#ffa245" bold="true"/>
+ <style name="def:emphasis" bold="true"/>
+ <style name="def:strong-emphasis" italic="true" bold="true"/>
+ <style name="def:net-address" foreground="#3e8ee3"/>
+ <style name="def:link-destination" foreground="#3e8ee3"/>
+ <style name="def:link-text" foreground="#3e8ee3"/>
+ <style name="def:floating-point" foreground="#d7c781"/>
+ <style name="def:decimal" foreground="#d7c781"/>
+ <style name="def:base-n-integer" foreground="#d7c781"/>
+ <style name="def:boolean" foreground="#ff78b2"/>
+ <style name="gtk-doc:function-name" foreground="#75c2b3"/>
+ <style name="gtk-doc:function" foreground="#75c2b3"/>
+ <style name="gtk-doc:parameter" bold="true"/>
+ <style name="gtk-doc:constant" bold="true"/>
+ <style name="gtk-doc:type" bold="true"/>
+ <style name="gtk-doc:since" bold="true"/>
+ <style name="gtk-doc:return" bold="true"/>
+ <style name="gtk-doc:deprecated" bold="true"/>
+ <style name="gtk-doc:signal-name" bold="true"/>
+ <style name="gtk-doc:property-name" bold="true"/>
+
+</style-scheme>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]