This commit is contained in:
2025-08-07 05:56:44 +02:00
commit b6e8123c91
141 changed files with 5097 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# go
[*.go]
indent_style = tab
indent_size = 4
# python
[*.{ini,py,py.tpl,rst}]
indent_size = 4
# rust
[*.rs]
indent_size = 4
# documentation, utils
[*.{md,mdx,diff}]
trim_trailing_whitespace = false
# windows shell scripts
[*.{cmd,bat,ps1}]
end_of_line = crlf

View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2021 Catppuccin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -0,0 +1,52 @@
<h3 align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
Catppuccin for <a href="https://pwmt.org/projects/zathura/">Zathura</a>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
</h3>
<p align="center">
<a href="https://github.com/catppuccin/zathura/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/zathura?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/zathura/issues"><img src="https://img.shields.io/github/issues/catppuccin/zathura?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/zathura/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/zathura?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p>
<p align="center">
<img src="https://raw.githubusercontent.com/catppuccin/zathura/main/assets/zathura.png"/>
</p>
## Previews
<details>
<summary>🌻 Latte</summary>
<img src="https://raw.githubusercontent.com/catppuccin/zathura/main/assets/zathura-latte.png"/>
</details>
<details>
<summary>🪴 Frappé</summary>
<img src="https://raw.githubusercontent.com/catppuccin/zathura/main/assets/zathura-frappe.png"/>
</details>
<details>
<summary>🌺 Macchiato</summary>
<img src="https://raw.githubusercontent.com/catppuccin/zathura/main/assets/zathura-macchiato.png"/>
</details>
<details>
<summary>🌿 Mocha</summary>
<img src="https://raw.githubusercontent.com/catppuccin/zathura/main/assets/zathura-mocha.png"/>
</details>
## Usage
1. Clone this repository locally
2. Copy selected flavour file from `src` folder to `$HOME/.config/zathura/`
3. In your `zathurarc`, add the following to the bottom: `include catppuccin-[flavour]`, i.e. `include catppuccin-mocha`
## 💝 Thanks to
- [Lokesh Krishna](https://github.com/lokesh-krishna)
- [elkrien](https://github.com/elkrien)
&nbsp;
<p align="center"><img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" /></p>
<p align="center">Copyright &copy; 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
<p align="center"><a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a></p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

View File

@@ -0,0 +1,38 @@
set default-fg rgba(198,208,245,1)
set default-bg rgba(48,52,70,1)
set completion-bg rgba(65,69,89,1)
set completion-fg rgba(198,208,245,1)
set completion-highlight-bg rgba(87,82,104,1)
set completion-highlight-fg rgba(198,208,245,1)
set completion-group-bg rgba(65,69,89,1)
set completion-group-fg rgba(140,170,238,1)
set statusbar-fg rgba(198,208,245,1)
set statusbar-bg rgba(65,69,89,1)
set notification-bg rgba(65,69,89,1)
set notification-fg rgba(198,208,245,1)
set notification-error-bg rgba(65,69,89,1)
set notification-error-fg rgba(231,130,132,1)
set notification-warning-bg rgba(65,69,89,1)
set notification-warning-fg rgba(250,227,176,1)
set inputbar-fg rgba(198,208,245,1)
set inputbar-bg rgba(65,69,89,1)
set recolor "true"
set recolor-lightcolor rgba(48,52,70,1)
set recolor-darkcolor rgba(198,208,245,1)
set index-fg rgba(198,208,245,1)
set index-bg rgba(48,52,70,1)
set index-active-fg rgba(198,208,245,1)
set index-active-bg rgba(65,69,89,1)
set render-loading-bg rgba(48,52,70,1)
set render-loading-fg rgba(198,208,245,1)
set highlight-color rgba(87,82,104,0.5)
set highlight-fg rgba(244,184,228,0.5)
set highlight-active-color rgba(244,184,228,0.5)

View File

@@ -0,0 +1,38 @@
set default-fg rgba(76,79,105,1)
set default-bg rgba(239,241,245,1)
set completion-bg rgba(204,208,218,1)
set completion-fg rgba(76,79,105,1)
set completion-highlight-bg rgba(87,82,104,1)
set completion-highlight-fg rgba(76,79,105,1)
set completion-group-bg rgba(204,208,218,1)
set completion-group-fg rgba(30,102,245,1)
set statusbar-fg rgba(76,79,105,1)
set statusbar-bg rgba(204,208,218,1)
set notification-bg rgba(204,208,218,1)
set notification-fg rgba(76,79,105,1)
set notification-error-bg rgba(204,208,218,1)
set notification-error-fg rgba(210,15,57,1)
set notification-warning-bg rgba(204,208,218,1)
set notification-warning-fg rgba(250,227,176,1)
set inputbar-fg rgba(76,79,105,1)
set inputbar-bg rgba(204,208,218,1)
set recolor "true"
set recolor-lightcolor rgba(239,241,245,1)
set recolor-darkcolor rgba(76,79,105,1)
set index-fg rgba(76,79,105,1)
set index-bg rgba(239,241,245,1)
set index-active-fg rgba(76,79,105,1)
set index-active-bg rgba(204,208,218,1)
set render-loading-bg rgba(239,241,245,1)
set render-loading-fg rgba(76,79,105,1)
set highlight-color rgba(87,82,104,0.5)
set highlight-fg rgba(234,118,203,0.5)
set highlight-active-color rgba(234,118,203,0.5)

View File

@@ -0,0 +1,38 @@
set default-fg rgba(202,211,245,1)
set default-bg rgba(36,39,58,1)
set completion-bg rgba(54,58,79,1)
set completion-fg rgba(202,211,245,1)
set completion-highlight-bg rgba(87,82,104,1)
set completion-highlight-fg rgba(202,211,245,1)
set completion-group-bg rgba(54,58,79,1)
set completion-group-fg rgba(138,173,244,1)
set statusbar-fg rgba(202,211,245,1)
set statusbar-bg rgba(54,58,79,1)
set notification-bg rgba(54,58,79,1)
set notification-fg rgba(202,211,245,1)
set notification-error-bg rgba(54,58,79,1)
set notification-error-fg rgba(237,135,150,1)
set notification-warning-bg rgba(54,58,79,1)
set notification-warning-fg rgba(250,227,176,1)
set inputbar-fg rgba(202,211,245,1)
set inputbar-bg rgba(54,58,79,1)
set recolor "true"
set recolor-lightcolor rgba(36,39,58,1)
set recolor-darkcolor rgba(202,211,245,1)
set index-fg rgba(202,211,245,1)
set index-bg rgba(36,39,58,1)
set index-active-fg rgba(202,211,245,1)
set index-active-bg rgba(54,58,79,1)
set render-loading-bg rgba(36,39,58,1)
set render-loading-fg rgba(202,211,245,1)
set highlight-color rgba(87,82,104,0.5)
set highlight-fg rgba(245,189,230,0.5)
set highlight-active-color rgba(245,189,230,0.5)

View File

@@ -0,0 +1,38 @@
set default-fg rgba(205,214,244,1)
set default-bg rgba(30,30,46,1)
set completion-bg rgba(49,50,68,1)
set completion-fg rgba(205,214,244,1)
set completion-highlight-bg rgba(87,82,104,1)
set completion-highlight-fg rgba(205,214,244,1)
set completion-group-bg rgba(49,50,68,1)
set completion-group-fg rgba(137,180,250,1)
set statusbar-fg rgba(205,214,244,1)
set statusbar-bg rgba(49,50,68,1)
set notification-bg rgba(49,50,68,1)
set notification-fg rgba(205,214,244,1)
set notification-error-bg rgba(49,50,68,1)
set notification-error-fg rgba(243,139,168,1)
set notification-warning-bg rgba(49,50,68,1)
set notification-warning-fg rgba(250,227,176,1)
set inputbar-fg rgba(205,214,244,1)
set inputbar-bg rgba(49,50,68,1)
set recolor "true"
set recolor-lightcolor rgba(30,30,46,1)
set recolor-darkcolor rgba(205,214,244,1)
set index-fg rgba(205,214,244,1)
set index-bg rgba(30,30,46,1)
set index-active-fg rgba(205,214,244,1)
set index-active-bg rgba(49,50,68,1)
set render-loading-bg rgba(30,30,46,1)
set render-loading-fg rgba(205,214,244,1)
set highlight-color rgba(87,82,104,0.5)
set highlight-fg rgba(245,194,231,0.5)
set highlight-active-color rgba(245,194,231,0.5)