summaryrefslogtreecommitdiff
path: root/extras/source/palettes/libreoffice.soc
blob: ed10984a04f447c6849268ac77e82c2a83d059fe (plain)
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
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<ooo:color-table xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ooo="http://openoffice.org/2004/office">
<!-- Black and white -->
<draw:color draw:name="Black" draw:color="#000000" />
<draw:color draw:name="White" draw:color="#ffffff" />
<!-- LibreOffice colors -->
<!-- http://wiki.documentfoundation.org/Marketing/Branding#Colors -->
  <draw:color draw:name="Green 0" draw:color="#106802"/>
  <draw:color draw:name="Green 1 (LibreOffice Main Color)" draw:color="#18a303"/>
  <draw:color draw:name="Green 2" draw:color="#43c330"/>
  <draw:color draw:name="Green 3" draw:color="#92e285"/>
  <draw:color draw:name="Green 4" draw:color="#ccf4c6"/>
  <draw:color draw:name="Blue 0" draw:color="#023f62"/>
  <draw:color draw:name="Blue 1" draw:color="#0369a3"/>
  <draw:color draw:name="Blue 2" draw:color="#1c99e0"/>
  <draw:color draw:name="Blue 3" draw:color="#63bbee"/>
  <draw:color draw:name="Blue 4" draw:color="#aadcf7"/>
  <draw:color draw:name="Orange 0" draw:color="#622502"/>
  <draw:color draw:name="Orange 1" draw:color="#a33e03"/>
  <draw:color draw:name="Orange 2" draw:color="#d36118"/>
  <draw:color draw:name="Orange 3" draw:color="#f09e6f"/>
  <draw:color draw:name="Orange 4" draw:color="#f9cfb5"/>
  <draw:color draw:name="Purple 0" draw:color="#530260"/>
  <draw:color draw:name="Purple 1" draw:color="#8e03a3"/>
  <draw:color draw:name="Purple 2" draw:color="#c254d2"/>
  <draw:color draw:name="Purple 3" draw:color="#dc85e9"/>
  <draw:color draw:name="Purple 4" draw:color="#f2cbf8"/>
  <draw:color draw:name="Yellow 0" draw:color="#876900"/>
  <draw:color draw:name="Yellow 1" draw:color="#c99c00"/>
  <draw:color draw:name="Yellow 2" draw:color="#e9b913"/>
  <draw:color draw:name="Yellow 3" draw:color="#f5cd53"/>
  <draw:color draw:name="Yellow 4" draw:color="#fde9a9"/>
  <draw:color draw:name="Green Accent" draw:color="#2cee0e"/>
  <draw:color draw:name="Blue Accent" draw:color="#00a0fc"/>
  <draw:color draw:name="Orange Accent" draw:color="#fc5c00"/>
  <draw:color draw:name="Purple Accent" draw:color="#e327ff"/>
  <draw:color draw:name="Yellow Accent" draw:color="#ffd74c"/>
</ooo:color-table>
2/source/toolbox?id=91b1f300cf7f357c3a39d0d5810326cc78d78f16'>convert to typed Link<> in sfx2Noel Grandin 2015-07-18Convert SdTbxControl to the generic controllerMaxim Monastirsky 2015-07-16'Save As' popup menu in the Writer's toolbarSzymon Kłos 2015-07-16loplugin:unusedmethods sfx2Noel Grandin 2015-07-14sfx2: remove pointless GenLink classMichael Stahl 2015-07-05SfxToolBoxControl::GetPopupWindowType seems unused, kill itMaxim Monastirsky 2015-05-29loplugin:loopvartoosmallNoel Grandin 2015-05-25convert SHOW constants to scoped enumNoel Grandin 2015-05-20Remove include stdio (part4)Julien Nabet 2015-05-07tdf#91073 - keep the popup pointer around while we operate on it.Michael Meeks 2015-05-07Remove unused CreatePopupWindowCascading virtual methods.Michael Meeks 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-22convert SFX_TOOLBOX_ constants to scoped enumNoel Grandin 2015-04-17svx: convert new to ::Create.Noel Grandin 2015-04-17sw: convert new to ::Create.Noel Grandin 2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks 2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks 2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin 2015-04-10fix explicit delete.Michael Meeks 2015-04-10vclwidget: only call dispose() onceNoel Grandin 2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin 2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-24convert SfxPopupWindowType to enum classNoel Grandin