-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbalsa-mail-style.xml
32 lines (27 loc) · 1.48 KB
/
balsa-mail-style.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<!-- mail Styles to highlight structured phrases and quoted lines in messages
using FtkSourceview-2.0
This file is part of the Balsa E-Mail Client
Copyright (C) 1997-2007 Stuart Parmenter and others,
See the file AUTHORS for a list.
Written by Albrecht Dreß <albrecht.dress@arcor.de>
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 2, 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 <https://www.gnu.org/licenses/>.
-->
<style-scheme id="balsa-mail" _name="Balsa message with structured phrases" version="1.0">
<author>Albrecht Dreß</author>
<_description>Colour scheme for Balsa messages structured phrases</_description>
<style name="balsa:underbar" underline="true"/>
<style name="balsa:bold-face" bold="true"/>
<style name="balsa:emph" italic="true"/>
<style name="balsa:quote-even" foreground="#880000"/>
<style name="balsa:quote-odd" foreground="#008888"/>
</style-scheme>