Skip to content
Snippets Groups Projects
Commit 92dbea31 authored by David Bernet's avatar David Bernet
Browse files

Kitty hinzugefügt

parent d535bf6c
No related branches found
No related tags found
No related merge requests found
MIT License
Copyright (c) 2021 suna
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.
# kitty-gruvbox
[gruvbox](https://github.com/morhetz/gruvbox) for [kitty](https://github.com/kovidgoyal/kitty).
## Installation
1. Download the [kitty-gruvbox](https://github.com/ghsable/kitty-gruvbox) to `~/.config/kitty/`.
```bash
git clone --depth=1 https://github.com/ghsable/kitty-gruvbox.git ~/.config/kitty/kitty-gruvbox
```
2. Add one of the following to `~/.config/kitty/kitty.conf`.
```
include kitty-gruvbox/gruvbox_dark.conf
include kitty-gruvbox/gruvbox_light.conf
```
## Screenshots
### Dark mode
![Screenshot Dark](https://raw.githubusercontent.com/ghsable/kitty-gruvbox/main/.readme/Screenshot_Dark.png)
### Light mode
![Screenshot Light](https://raw.githubusercontent.com/ghsable/kitty-gruvbox/main/.readme/Screenshot_Light.png)
## License
[MIT](https://opensource.org/licenses/MIT)
# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox
# This work is licensed under the terms of the MIT license.
# For a copy, see https://opensource.org/licenses/MIT.
# 235_bg, 223_fg1
background #282828
foreground #ebdbb2
# 245_gray, 237_bg1
selection_foreground #928374
selection_background #3c3836
# 229_fg0, 236_bg0_s
cursor #fbf1c7
cursor_text_color #32302f
# 208_orange
url_color #fe8019
# 235_bg, 241_bg3
color0 #282828
color8 #665c54
# 124_red, 167_red
color1 #cc241d
color9 #fb4934
# 106_green, 142_green
color2 #98971a
color10 #b8bb26
# 172_yellow, 214_yellow
color3 #d79921
color11 #fabd2f
# 72_aqua, 109_blue
color4 #689d6a
color12 #83a598
# 132_purple, 175_purple
color5 #b16286
color13 #d3869b
# 72_aqua, 108_aqua
color6 #689d6a
color14 #8ec07c
# 246_gray, 245_gray
color7 #a89984
color15 #928374
# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox
# This work is licensed under the terms of the MIT license.
# For a copy, see https://opensource.org/licenses/MIT.
# 229_bg, 237_fg1
background #fbf1c7
foreground #3c3836
# 237_fg1, 244_gray
selection_foreground #3c3836
selection_background #928374
# 244_gray, 228_bg0_s
cursor #928374
cursor_text_color #f2e5bc
# 130_orange
url_color #af3a03
# 229_bg0, 241_fg3
color0 #fbf1c7
color8 #665c54
# 124_red, 88_red
color1 #cc241d
color9 #9d0006
# 106_green, 100_green
color2 #98971a
color10 #79740e
# 172_yellow, 136_yellow
color3 #d79921
color11 #b57614
# 72_aqua, 24_blue
color4 #689d6a
color12 #076678
# 132_purple, 96_purple
color5 #b16286
color13 #8f3f71
# 72_aqua, 66_aqua
color6 #689d6a
color14 #427b58
# 243_gray, 244_gray
color7 #7c6f64
color15 #928374
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment