https://github.com/ayamir/fcitx5-gruvbox
Fcitx5 Gruvbox Skin
https://github.com/ayamir/fcitx5-gruvbox
dark-theme fcitx5 fcitx5-rime fcitx5-skin fcitx5-theme gruvbox gruvbox-color-scheme light-theme
Last synced: 4 months ago
JSON representation
Fcitx5 Gruvbox Skin
- Host: GitHub
- URL: https://github.com/ayamir/fcitx5-gruvbox
- Owner: ayamir
- Created: 2021-01-23T10:13:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T13:43:24.000Z (over 4 years ago)
- Last Synced: 2025-03-06T09:37:55.982Z (7 months ago)
- Topics: dark-theme, fcitx5, fcitx5-rime, fcitx5-skin, fcitx5-theme, gruvbox, gruvbox-color-scheme, light-theme
- Homepage:
- Size: 71.3 KB
- Stars: 38
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fcitx5 Gruvbox
Fcitx5 theme based on Gruvbox color.
## Screenshot


## Usage
### Installation
```sh
git clone https://github.com/ayamir/fcitx5-gruvbox
mkdir -p ~/.local/share/fcitx5/themes/
cd fcitx5-gruvbox
cp -r Gruvbox-Light/ Gruvbox-Dark ~/.local/share/fcitx5/themes/
```### Enabling
In `~/.config/fcitx5/conf/classicui.conf`, change the `Theme` line as
```dosini
Theme=Gruvbox-Dark
# or
Theme=Gruvbox-Light
```Then restart fcitx5 to apply the theme.
```sh
fcitx5 -r
```