├── .editorconfig
├── .gitignore
├── LICENSE
├── README.md
├── assets
├── frappe.webp
├── latte.webp
├── macchiato.webp
├── mocha.webp
└── preview.webp
├── justfile
├── renovate.json
├── scripts
└── install_theme.sh
├── templates
├── libreoffice-soc.tera
└── libreoffice-xcu.tera
└── themes
├── frappe
├── blue
│ ├── catppuccin-frappe-blue.soc
│ └── catppuccin-frappe-blue.xcu
├── flamingo
│ ├── catppuccin-frappe-flamingo.soc
│ └── catppuccin-frappe-flamingo.xcu
├── green
│ ├── catppuccin-frappe-green.soc
│ └── catppuccin-frappe-green.xcu
├── lavender
│ ├── catppuccin-frappe-lavender.soc
│ └── catppuccin-frappe-lavender.xcu
├── maroon
│ ├── catppuccin-frappe-maroon.soc
│ └── catppuccin-frappe-maroon.xcu
├── mauve
│ ├── catppuccin-frappe-mauve.soc
│ └── catppuccin-frappe-mauve.xcu
├── peach
│ ├── catppuccin-frappe-peach.soc
│ └── catppuccin-frappe-peach.xcu
├── pink
│ ├── catppuccin-frappe-pink.soc
│ └── catppuccin-frappe-pink.xcu
├── red
│ ├── catppuccin-frappe-red.soc
│ └── catppuccin-frappe-red.xcu
├── rosewater
│ ├── catppuccin-frappe-rosewater.soc
│ └── catppuccin-frappe-rosewater.xcu
├── sapphire
│ ├── catppuccin-frappe-sapphire.soc
│ └── catppuccin-frappe-sapphire.xcu
├── sky
│ ├── catppuccin-frappe-sky.soc
│ └── catppuccin-frappe-sky.xcu
├── teal
│ ├── catppuccin-frappe-teal.soc
│ └── catppuccin-frappe-teal.xcu
└── yellow
│ ├── catppuccin-frappe-yellow.soc
│ └── catppuccin-frappe-yellow.xcu
├── latte
├── blue
│ ├── catppuccin-latte-blue.soc
│ └── catppuccin-latte-blue.xcu
├── flamingo
│ ├── catppuccin-latte-flamingo.soc
│ └── catppuccin-latte-flamingo.xcu
├── green
│ ├── catppuccin-latte-green.soc
│ └── catppuccin-latte-green.xcu
├── lavender
│ ├── catppuccin-latte-lavender.soc
│ └── catppuccin-latte-lavender.xcu
├── maroon
│ ├── catppuccin-latte-maroon.soc
│ └── catppuccin-latte-maroon.xcu
├── mauve
│ ├── catppuccin-latte-mauve.soc
│ └── catppuccin-latte-mauve.xcu
├── peach
│ ├── catppuccin-latte-peach.soc
│ └── catppuccin-latte-peach.xcu
├── pink
│ ├── catppuccin-latte-pink.soc
│ └── catppuccin-latte-pink.xcu
├── red
│ ├── catppuccin-latte-red.soc
│ └── catppuccin-latte-red.xcu
├── rosewater
│ ├── catppuccin-latte-rosewater.soc
│ └── catppuccin-latte-rosewater.xcu
├── sapphire
│ ├── catppuccin-latte-sapphire.soc
│ └── catppuccin-latte-sapphire.xcu
├── sky
│ ├── catppuccin-latte-sky.soc
│ └── catppuccin-latte-sky.xcu
├── teal
│ ├── catppuccin-latte-teal.soc
│ └── catppuccin-latte-teal.xcu
└── yellow
│ ├── catppuccin-latte-yellow.soc
│ └── catppuccin-latte-yellow.xcu
├── macchiato
├── blue
│ ├── catppuccin-macchiato-blue.soc
│ └── catppuccin-macchiato-blue.xcu
├── flamingo
│ ├── catppuccin-macchiato-flamingo.soc
│ └── catppuccin-macchiato-flamingo.xcu
├── green
│ ├── catppuccin-macchiato-green.soc
│ └── catppuccin-macchiato-green.xcu
├── lavender
│ ├── catppuccin-macchiato-lavender.soc
│ └── catppuccin-macchiato-lavender.xcu
├── maroon
│ ├── catppuccin-macchiato-maroon.soc
│ └── catppuccin-macchiato-maroon.xcu
├── mauve
│ ├── catppuccin-macchiato-mauve.soc
│ └── catppuccin-macchiato-mauve.xcu
├── peach
│ ├── catppuccin-macchiato-peach.soc
│ └── catppuccin-macchiato-peach.xcu
├── pink
│ ├── catppuccin-macchiato-pink.soc
│ └── catppuccin-macchiato-pink.xcu
├── red
│ ├── catppuccin-macchiato-red.soc
│ └── catppuccin-macchiato-red.xcu
├── rosewater
│ ├── catppuccin-macchiato-rosewater.soc
│ └── catppuccin-macchiato-rosewater.xcu
├── sapphire
│ ├── catppuccin-macchiato-sapphire.soc
│ └── catppuccin-macchiato-sapphire.xcu
├── sky
│ ├── catppuccin-macchiato-sky.soc
│ └── catppuccin-macchiato-sky.xcu
├── teal
│ ├── catppuccin-macchiato-teal.soc
│ └── catppuccin-macchiato-teal.xcu
└── yellow
│ ├── catppuccin-macchiato-yellow.soc
│ └── catppuccin-macchiato-yellow.xcu
└── mocha
├── blue
├── catppuccin-mocha-blue.soc
└── catppuccin-mocha-blue.xcu
├── flamingo
├── catppuccin-mocha-flamingo.soc
└── catppuccin-mocha-flamingo.xcu
├── green
├── catppuccin-mocha-green.soc
└── catppuccin-mocha-green.xcu
├── lavender
├── catppuccin-mocha-lavender.soc
└── catppuccin-mocha-lavender.xcu
├── maroon
├── catppuccin-mocha-maroon.soc
└── catppuccin-mocha-maroon.xcu
├── mauve
├── catppuccin-mocha-mauve.soc
└── catppuccin-mocha-mauve.xcu
├── peach
├── catppuccin-mocha-peach.soc
└── catppuccin-mocha-peach.xcu
├── pink
├── catppuccin-mocha-pink.soc
└── catppuccin-mocha-pink.xcu
├── red
├── catppuccin-mocha-red.soc
└── catppuccin-mocha-red.xcu
├── rosewater
├── catppuccin-mocha-rosewater.soc
└── catppuccin-mocha-rosewater.xcu
├── sapphire
├── catppuccin-mocha-sapphire.soc
└── catppuccin-mocha-sapphire.xcu
├── sky
├── catppuccin-mocha-sky.soc
└── catppuccin-mocha-sky.xcu
├── teal
├── catppuccin-mocha-teal.soc
└── catppuccin-mocha-teal.xcu
└── yellow
├── catppuccin-mocha-yellow.soc
└── catppuccin-mocha-yellow.xcu
/.editorconfig:
--------------------------------------------------------------------------------
1 | # EditorConfig helps developers define and maintain consistent
2 | # coding styles between different editors and IDEs
3 | # EditorConfig is awesome: https://EditorConfig.org
4 |
5 | root = true
6 |
7 | [*]
8 | charset = utf-8
9 | indent_size = 2
10 | indent_style = space
11 | end_of_line = lf
12 | insert_final_newline = true
13 | trim_trailing_whitespace = true
14 |
15 | # go
16 | [*.go]
17 | indent_style = tab
18 | indent_size = 4
19 |
20 | # python
21 | [*.{ini,py,py.tpl,rst}]
22 | indent_size = 4
23 |
24 | # rust
25 | [*.rs]
26 | indent_size = 4
27 |
28 | # documentation, utils
29 | [*.{md,mdx,diff}]
30 | trim_trailing_whitespace = false
31 |
32 | # windows shell scripts
33 | [*.{cmd,bat,ps1}]
34 | end_of_line = crlf
35 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | *.bak
2 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2021 Catppuccin
4 | Copyright (c) 2021 Dracula Theme
5 |
6 | Permission is hereby granted, free of charge, to any person obtaining a copy
7 | of this software and associated documentation files (the "Software"), to deal
8 | in the Software without restriction, including without limitation the rights
9 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 | copies of the Software, and to permit persons to whom the Software is
11 | furnished to do so, subject to the following conditions:
12 |
13 | The above copyright notice and this permission notice shall be included in all
14 | copies or substantial portions of the Software.
15 |
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 | SOFTWARE.
23 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 | 
3 |
4 | Catppuccin for LibreOffice
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | ## Previews
19 |
20 |
21 | 🌻 Latte
22 |
23 |
24 |
25 | 🪴 Frappé
26 |
27 |
28 |
29 | 🌺 Macchiato
30 |
31 |
32 |
33 | 🌿 Mocha
34 |
35 |
36 |
37 | ## Usage
38 |
39 | ### Color Palette
40 |
41 | Replace the variables `` and `` with the values that you want to use from the [themes](./themes) folder. E.g. (flavor as `mocha` and accent as `mauve`)
42 |
43 | Copy the `.soc` file (`themes///catppuccin--.soc`) to the correct path for your operating system:
44 |
45 | - **Linux**: `${XDG_CONFIG_HOME:-$HOME/.config}"/libreoffice/*/user/config/`
46 | - **macOS**: `$HOME/Library/Application Support/LibreOffice"/*/user/config/`
47 | - **Windows**: `$HOME/AppData/Roaming/LibreOffice"/*/user/config/`
48 |
49 | ### Application Colors
50 |
51 | > [!IMPORTANT]
52 | > Application Colors can only be modified on macOS and Linux.
53 |
54 | > [!WARNING]
55 | > This will backup and overwrite the `registrymodifications.xcu` configuration file.
56 |
57 | Run the [scripts/install_theme.sh](./scripts/install_theme.sh) script.
58 |
59 | E.g. `./scripts/install_theme.sh mocha mauve`
60 |
61 |
62 |
67 |
68 | ## 💝 Thanks to
69 |
70 | - [NeonGamerBot](https://github.com/NeonGamerBot-QK)
71 | - [dracula/libreoffice](https://github.com/dracula/libreoffice)
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 | Copyright © 2021-present Catppuccin Org
81 |
82 |
83 |
84 |
85 |
86 |
--------------------------------------------------------------------------------
/assets/frappe.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/catppuccin/libreoffice/f6120a5c90777a1558f6c2f5f2e29ef11c335769/assets/frappe.webp
--------------------------------------------------------------------------------
/assets/latte.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/catppuccin/libreoffice/f6120a5c90777a1558f6c2f5f2e29ef11c335769/assets/latte.webp
--------------------------------------------------------------------------------
/assets/macchiato.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/catppuccin/libreoffice/f6120a5c90777a1558f6c2f5f2e29ef11c335769/assets/macchiato.webp
--------------------------------------------------------------------------------
/assets/mocha.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/catppuccin/libreoffice/f6120a5c90777a1558f6c2f5f2e29ef11c335769/assets/mocha.webp
--------------------------------------------------------------------------------
/assets/preview.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/catppuccin/libreoffice/f6120a5c90777a1558f6c2f5f2e29ef11c335769/assets/preview.webp
--------------------------------------------------------------------------------
/justfile:
--------------------------------------------------------------------------------
1 | _default:
2 | @just --list
3 | setup:
4 | mkdir -p themes
5 | clean:
6 | rm -rf themes
7 | test:
8 | cd themes/mocha/mauve
9 | echo $PWD
10 | cp themes/mocha/mauve/*.soc $HOME/libreoffice/*/user/config/
11 | bash themes/mocha/mauve/install.sh
12 | undo-test:
13 | cd ~/.config/libreoffice/*/user
14 | rm -rf config/*.soc
15 | rm registrymodifications.xcu
16 | build:
17 | whiskers templates/libreoffice-soc.tera
18 | whiskers templates/libreoffice-xcu.tera
--------------------------------------------------------------------------------
/renovate.json:
--------------------------------------------------------------------------------
1 | {
2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3 | "extends": [
4 | "local>catppuccin/renovate-config"
5 | ]
6 | }
7 |
--------------------------------------------------------------------------------
/scripts/install_theme.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 | echo "Installation for $1 - $2"
3 | echo "Copying palette to config directory ..."
4 | if [ "$(uname)" = "Linux" ]; then
5 | fname="${XDG_CONFIG_HOME:-$HOME/.config}"/libreoffice/*/user/registrymodifications.xcu
6 | fname="$(realpath $fname)" # expand
7 | elif [ "$(uname)" = "Darwin" ]; then
8 | cd "$HOME/Library/Application Support/LibreOffice"/*/user # no realpath on macos
9 | fname="$(pwd)/registrymodifications.xcu"
10 | cd - > /dev/null
11 | else
12 | echo "Unsupported operating system. Aborting ..."
13 | exit 1
14 | fi
15 |
16 | # Create backup of LibreOffice registry before modifications
17 | cp -i "$fname" registrymodifications.xcu.$(date -u +"%Y-%m-%dT%H:%M:%SZ")bak
18 |
19 | # Check settings file
20 | if ! [ -f "$fname" ]; then
21 | echo "Settings file doesn't exist in expected location. Aborting ..."
22 | exit 1
23 | elif ! tail -n1 "$fname" | grep -E -q '^$'; then
24 | echo "Settings file doesn't match expected format. Aborting ..."
25 | exit 1
26 | fi
27 |
28 | # Insert theme between last two lines if not present
29 | new_settings="$(head -n $(($(wc < "$fname" -l) - 1)) "$fname" && cat ../themes/$1/$2/catppuccin-$1-$2.soc && tail -n1 "$fname")"
30 |
31 | # Write new settings to settings file
32 | echo "$new_settings" > "$fname"
33 |
--------------------------------------------------------------------------------
/templates/libreoffice-soc.tera:
--------------------------------------------------------------------------------
1 | ---
2 | whiskers:
3 | version: 2.5.1
4 | author: "Neon"
5 | matrix:
6 | - accent
7 | - flavor
8 | filename: "themes/{{ flavor.identifier }}/{{ accent }}/catppuccin-{{ flavor.identifier }}-{{ accent }}.soc"
9 | ---
10 |
11 | {%- set palette = flavor.colors -%}
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/themes/frappe/blue/catppuccin-frappe-blue.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/frappe/blue/catppuccin-frappe-blue.xcu:
--------------------------------------------------------------------------------
1 | - 9218798true1517222813029621true6449280921879831591104277593true921879892187981302962110932617150590881603811615172228921879885055341327895015059088109326171093261715172228130296211302962192187981570392613278950true1570392623035401093261785055349218798160381163159110true10932617315911085055343159110true13029621true92187983159110true1517222813029621true315911092187983159110true109326173159110850553431591103159110true
--------------------------------------------------------------------------------
/themes/frappe/flamingo/catppuccin-frappe-flamingo.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/frappe/green/catppuccin-frappe-green.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/frappe/lavender/catppuccin-frappe-lavender.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/frappe/maroon/catppuccin-frappe-maroon.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/frappe/mauve/catppuccin-frappe-mauve.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/frappe/peach/catppuccin-frappe-peach.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/frappe/pink/catppuccin-frappe-pink.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/frappe/pink/catppuccin-frappe-pink.xcu:
--------------------------------------------------------------------------------
1 | - 16038116true1517222813029621true64492801603811631591104277593true921879892187981302962110932617150590881603811615172228921879885055341327895015059088109326171093261715172228130296211302962192187981570392613278950true1570392623035401093261785055349218798160381163159110true10932617315911085055343159110true13029621true92187983159110true1517222813029621true315911092187983159110true109326173159110850553431591103159110true
--------------------------------------------------------------------------------
/themes/frappe/red/catppuccin-frappe-red.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/frappe/red/catppuccin-frappe-red.xcu:
--------------------------------------------------------------------------------
1 | - 15172228true1517222813029621true64492801517222831591104277593true921879892187981302962110932617150590881603811615172228921879885055341327895015059088109326171093261715172228130296211302962192187981570392613278950true1570392623035401093261785055349218798160381163159110true10932617315911085055343159110true13029621true92187983159110true1517222813029621true315911092187983159110true109326173159110850553431591103159110true
--------------------------------------------------------------------------------
/themes/frappe/rosewater/catppuccin-frappe-rosewater.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/frappe/sapphire/catppuccin-frappe-sapphire.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/frappe/sky/catppuccin-frappe-sky.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/frappe/sky/catppuccin-frappe-sky.xcu:
--------------------------------------------------------------------------------
1 | - 10080731true1517222813029621true64492801008073131591104277593true921879892187981302962110932617150590881603811615172228921879885055341327895015059088109326171093261715172228130296211302962192187981570392613278950true1570392623035401093261785055349218798160381163159110true10932617315911085055343159110true13029621true92187983159110true1517222813029621true315911092187983159110true109326173159110850553431591103159110true
--------------------------------------------------------------------------------
/themes/frappe/teal/catppuccin-frappe-teal.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/frappe/teal/catppuccin-frappe-teal.xcu:
--------------------------------------------------------------------------------
1 | - 8505534true1517222813029621true6449280850553431591104277593true921879892187981302962110932617150590881603811615172228921879885055341327895015059088109326171093261715172228130296211302962192187981570392613278950true1570392623035401093261785055349218798160381163159110true10932617315911085055343159110true13029621true92187983159110true1517222813029621true315911092187983159110true109326173159110850553431591103159110true
--------------------------------------------------------------------------------
/themes/frappe/yellow/catppuccin-frappe-yellow.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/blue/catppuccin-latte-blue.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/blue/catppuccin-latte-blue.xcu:
--------------------------------------------------------------------------------
1 | - 1992437true137664575001065true1131743819924371572504513422810true1992437199243750010654235307146509091536583513766457199243715448578927727146509094235307423530713766457500106550010651992437166717558927727true16671755144754964235307154485719924371536583515725045true423530715725045154485715725045true5001065true199243715725045true137664575001065true15725045199243715725045true42353071572504515448571572504515725045true
--------------------------------------------------------------------------------
/themes/latte/flamingo/catppuccin-latte-flamingo.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/green/catppuccin-latte-green.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/green/catppuccin-latte-green.xcu:
--------------------------------------------------------------------------------
1 | - 4235307true137664575001065true1131743842353071572504513422810true1992437199243750010654235307146509091536583513766457199243715448578927727146509094235307423530713766457500106550010651992437166717558927727true16671755144754964235307154485719924371536583515725045true423530715725045154485715725045true5001065true199243715725045true137664575001065true15725045199243715725045true42353071572504515448571572504515725045true
--------------------------------------------------------------------------------
/themes/latte/lavender/catppuccin-latte-lavender.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/maroon/catppuccin-latte-maroon.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/mauve/catppuccin-latte-mauve.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/mauve/catppuccin-latte-mauve.xcu:
--------------------------------------------------------------------------------
1 | - 8927727true137664575001065true1131743889277271572504513422810true1992437199243750010654235307146509091536583513766457199243715448578927727146509094235307423530713766457500106550010651992437166717558927727true16671755144754964235307154485719924371536583515725045true423530715725045154485715725045true5001065true199243715725045true137664575001065true15725045199243715725045true42353071572504515448571572504515725045true
--------------------------------------------------------------------------------
/themes/latte/peach/catppuccin-latte-peach.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/peach/catppuccin-latte-peach.xcu:
--------------------------------------------------------------------------------
1 | - 16671755true137664575001065true11317438166717551572504513422810true1992437199243750010654235307146509091536583513766457199243715448578927727146509094235307423530713766457500106550010651992437166717558927727true16671755144754964235307154485719924371536583515725045true423530715725045154485715725045true5001065true199243715725045true137664575001065true15725045199243715725045true42353071572504515448571572504515725045true
--------------------------------------------------------------------------------
/themes/latte/pink/catppuccin-latte-pink.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/pink/catppuccin-latte-pink.xcu:
--------------------------------------------------------------------------------
1 | - 15365835true137664575001065true11317438153658351572504513422810true1992437199243750010654235307146509091536583513766457199243715448578927727146509094235307423530713766457500106550010651992437166717558927727true16671755144754964235307154485719924371536583515725045true423530715725045154485715725045true5001065true199243715725045true137664575001065true15725045199243715725045true42353071572504515448571572504515725045true
--------------------------------------------------------------------------------
/themes/latte/red/catppuccin-latte-red.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/red/catppuccin-latte-red.xcu:
--------------------------------------------------------------------------------
1 | - 13766457true137664575001065true11317438137664571572504513422810true1992437199243750010654235307146509091536583513766457199243715448578927727146509094235307423530713766457500106550010651992437166717558927727true16671755144754964235307154485719924371536583515725045true423530715725045154485715725045true5001065true199243715725045true137664575001065true15725045199243715725045true42353071572504515448571572504515725045true
--------------------------------------------------------------------------------
/themes/latte/rosewater/catppuccin-latte-rosewater.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/sapphire/catppuccin-latte-sapphire.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/sky/catppuccin-latte-sky.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/sky/catppuccin-latte-sky.xcu:
--------------------------------------------------------------------------------
1 | - 304613true137664575001065true113174383046131572504513422810true1992437199243750010654235307146509091536583513766457199243715448578927727146509094235307423530713766457500106550010651992437166717558927727true16671755144754964235307154485719924371536583515725045true423530715725045154485715725045true5001065true199243715725045true137664575001065true15725045199243715725045true42353071572504515448571572504515725045true
--------------------------------------------------------------------------------
/themes/latte/teal/catppuccin-latte-teal.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/latte/teal/catppuccin-latte-teal.xcu:
--------------------------------------------------------------------------------
1 | - 1544857true137664575001065true1131743815448571572504513422810true1992437199243750010654235307146509091536583513766457199243715448578927727146509094235307423530713766457500106550010651992437166717558927727true16671755144754964235307154485719924371536583515725045true423530715725045154485715725045true5001065true199243715725045true137664575001065true15725045199243715725045true42353071572504515448571572504515725045true
--------------------------------------------------------------------------------
/themes/latte/yellow/catppuccin-latte-yellow.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/blue/catppuccin-macchiato-blue.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/flamingo/catppuccin-macchiato-flamingo.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/green/catppuccin-macchiato-green.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/lavender/catppuccin-macchiato-lavender.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/maroon/catppuccin-macchiato-maroon.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/mauve/catppuccin-macchiato-mauve.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/peach/catppuccin-macchiato-peach.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/pink/catppuccin-macchiato-pink.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/red/catppuccin-macchiato-red.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/rosewater/catppuccin-macchiato-rosewater.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/sapphire/catppuccin-macchiato-sapphire.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/sky/catppuccin-macchiato-sky.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/teal/catppuccin-macchiato-teal.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/macchiato/yellow/catppuccin-macchiato-yellow.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/blue/catppuccin-mocha-blue.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/blue/catppuccin-mocha-blue.xcu:
--------------------------------------------------------------------------------
1 | - 9024762true1596100013489908true5790576902476219738063224132true902476290247621348990810937249163764951610621515961000902476297573971334655116376495109372491093724915961000134899081348990890247621642995913346551true1642995911184911093724997573979024762161062151973806true10937249197380697573971973806true13489908true90247621973806true1596100013489908true197380690247621973806true109372491973806975739719738061973806true
--------------------------------------------------------------------------------
/themes/mocha/flamingo/catppuccin-mocha-flamingo.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/green/catppuccin-mocha-green.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/green/catppuccin-mocha-green.xcu:
--------------------------------------------------------------------------------
1 | - 10937249true1596100013489908true57905761093724919738063224132true902476290247621348990810937249163764951610621515961000902476297573971334655116376495109372491093724915961000134899081348990890247621642995913346551true1642995911184911093724997573979024762161062151973806true10937249197380697573971973806true13489908true90247621973806true1596100013489908true197380690247621973806true109372491973806975739719738061973806true
--------------------------------------------------------------------------------
/themes/mocha/lavender/catppuccin-mocha-lavender.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/maroon/catppuccin-mocha-maroon.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/mauve/catppuccin-mocha-mauve.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/mauve/catppuccin-mocha-mauve.xcu:
--------------------------------------------------------------------------------
1 | - 13346551true1596100013489908true57905761334655119738063224132true902476290247621348990810937249163764951610621515961000902476297573971334655116376495109372491093724915961000134899081348990890247621642995913346551true1642995911184911093724997573979024762161062151973806true10937249197380697573971973806true13489908true90247621973806true1596100013489908true197380690247621973806true109372491973806975739719738061973806true
--------------------------------------------------------------------------------
/themes/mocha/peach/catppuccin-mocha-peach.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/peach/catppuccin-mocha-peach.xcu:
--------------------------------------------------------------------------------
1 | - 16429959true1596100013489908true57905761642995919738063224132true902476290247621348990810937249163764951610621515961000902476297573971334655116376495109372491093724915961000134899081348990890247621642995913346551true1642995911184911093724997573979024762161062151973806true10937249197380697573971973806true13489908true90247621973806true1596100013489908true197380690247621973806true109372491973806975739719738061973806true
--------------------------------------------------------------------------------
/themes/mocha/pink/catppuccin-mocha-pink.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/pink/catppuccin-mocha-pink.xcu:
--------------------------------------------------------------------------------
1 | - 16106215true1596100013489908true57905761610621519738063224132true902476290247621348990810937249163764951610621515961000902476297573971334655116376495109372491093724915961000134899081348990890247621642995913346551true1642995911184911093724997573979024762161062151973806true10937249197380697573971973806true13489908true90247621973806true1596100013489908true197380690247621973806true109372491973806975739719738061973806true
--------------------------------------------------------------------------------
/themes/mocha/red/catppuccin-mocha-red.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/red/catppuccin-mocha-red.xcu:
--------------------------------------------------------------------------------
1 | - 15961000true1596100013489908true57905761596100019738063224132true902476290247621348990810937249163764951610621515961000902476297573971334655116376495109372491093724915961000134899081348990890247621642995913346551true1642995911184911093724997573979024762161062151973806true10937249197380697573971973806true13489908true90247621973806true1596100013489908true197380690247621973806true109372491973806975739719738061973806true
--------------------------------------------------------------------------------
/themes/mocha/rosewater/catppuccin-mocha-rosewater.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/sapphire/catppuccin-mocha-sapphire.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/sky/catppuccin-mocha-sky.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/sky/catppuccin-mocha-sky.xcu:
--------------------------------------------------------------------------------
1 | - 9034987true1596100013489908true5790576903498719738063224132true902476290247621348990810937249163764951610621515961000902476297573971334655116376495109372491093724915961000134899081348990890247621642995913346551true1642995911184911093724997573979024762161062151973806true10937249197380697573971973806true13489908true90247621973806true1596100013489908true197380690247621973806true109372491973806975739719738061973806true
--------------------------------------------------------------------------------
/themes/mocha/teal/catppuccin-mocha-teal.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/themes/mocha/teal/catppuccin-mocha-teal.xcu:
--------------------------------------------------------------------------------
1 | - 9757397true1596100013489908true5790576975739719738063224132true902476290247621348990810937249163764951610621515961000902476297573971334655116376495109372491093724915961000134899081348990890247621642995913346551true1642995911184911093724997573979024762161062151973806true10937249197380697573971973806true13489908true90247621973806true1596100013489908true197380690247621973806true109372491973806975739719738061973806true
--------------------------------------------------------------------------------
/themes/mocha/yellow/catppuccin-mocha-yellow.soc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------