generated from dracula/template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
dracula.soc
17 lines (15 loc) · 1.48 KB
/
dracula.soc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<office:color-table xmlns:office="http://openoffice.org/2000/office" xmlns:style="http://openoffice.org/2000/style" xmlns:text="http://openoffice.org/2000/text" xmlns:table="http://openoffice.org/2000/table" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="http://openoffice.org/2000/meta" xmlns:number="http://openoffice.org/2000/datastyle" xmlns:svg="http://www.w3.org/2000/svg" xmlns:chart="http://openoffice.org/2000/chart" xmlns:dr3d="http://openoffice.org/2000/dr3d" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="http://openoffice.org/2000/form" xmlns:script="http://openoffice.org/2000/script">
<!-- Dracula palette -->
<draw:color draw:name="Background" draw:color="#282a36"/>
<draw:color draw:name="Current Line" draw:color="#44475a"/>
<draw:color draw:name="Comment" draw:color="#6272a4"/>
<draw:color draw:name="Foreground" draw:color="#f8f8f2"/>
<draw:color draw:name="Green" draw:color="#50fa7b"/>
<draw:color draw:name="Cyan" draw:color="#8be9fd"/>
<draw:color draw:name="Purple" draw:color="#bd93f9"/>
<draw:color draw:name="Pink" draw:color="#ff79c6"/>
<draw:color draw:name="Red" draw:color="#ff5555"/>
<draw:color draw:name="Orange" draw:color="#ffb86c"/>
<draw:color draw:name="Yellow " draw:color="#f1fa8c"/>
</office:color-table>