Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add palette file for LibreOffice #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ A color scheme for Sublime Text, (Neo)Vim, iTerm, and more. Based on Atom's One.
- [x] [Kitty](./kitty)
- [x] [TextMate](./sublimetext)
- [x] [xfce4-terminal](./xfce4-terminal)
- [x] [LibreOffice](./libreoffice)
- [ ] Hyper
- [ ] ConEmu
- [ ] IntelliJ
Expand Down
36 changes: 36 additions & 0 deletions libreoffice/One Half.soc
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?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">

<!-- onehalf-light -->
<draw:color draw:name="onehalf-light black" draw:color="#383a42"/>
<draw:color draw:name="onehalf-light red" draw:color="#e45649"/>
<draw:color draw:name="onehalf-light green" draw:color="#50a14f"/>
<draw:color draw:name="onehalf-light yellow" draw:color="#c18401"/>
<draw:color draw:name="onehalf-light blue" draw:color="#0184bc"/>
<draw:color draw:name="onehalf-light magenta" draw:color="#a626a4"/>
<draw:color draw:name="onehalf-light cyan" draw:color="#0997b3"/>
<draw:color draw:name="onehalf-light white" draw:color="#fafafa"/>

<!-- align to a row of 12 -->
<draw:color draw:name="unused 1" draw:color="#ffffff"/>
<draw:color draw:name="unused 2" draw:color="#ffffff"/>
<draw:color draw:name="unused 3" draw:color="#ffffff"/>
<draw:color draw:name="unused 4" draw:color="#ffffff"/>

<!-- onehalf-dark -->
<draw:color draw:name="onehalf-dark black" draw:color="#282c34"/>
<draw:color draw:name="onehalf-dark red" draw:color="#e06c75"/>
<draw:color draw:name="onehalf-dark green" draw:color="#98c379"/>
<draw:color draw:name="onehalf-dark yellow" draw:color="#e5c07b"/>
<draw:color draw:name="onehalf-dark blue" draw:color="#61afef"/>
<draw:color draw:name="onehalf-dark magenta" draw:color="#c678dd"/>
<draw:color draw:name="onehalf-dark cyan" draw:color="#56b6c2"/>
<draw:color draw:name="onehalf-dark white" draw:color="#dcdfe4"/>

<!-- align to a row of 12 -->
<draw:color draw:name="unused 5" draw:color="#ffffff"/>
<draw:color draw:name="unused 6" draw:color="#ffffff"/>
<draw:color draw:name="unused 7" draw:color="#ffffff"/>
<draw:color draw:name="unused 8" draw:color="#ffffff"/>

</office:color-table>
13 changes: 13 additions & 0 deletions libreoffice/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# LibreOffice

Allows you to select One Half colors with ease in LibreOffice documents.

## Installation

Windows: copy `One Half.soc` to `%AppData%\LibreOffice\4\user\config\`.

macOS: copy `One Half.soc` to `~/Library/Application Support/LibreOffice/4/user/config/`

Linux: copy `One Half.soc` to `~/.config/libreoffice/4/user/config/`.

For a detailed guide, please visit [The Document Foundation Wiki](https://wiki.documentfoundation.org/Videos/Create_color_palette).