https://github.com/mingyech/fcitx5-solarized
Solarized color theme for Fcitx5
https://github.com/mingyech/fcitx5-solarized
fcitx5-skin fcitx5-theme solarized
Last synced: 3 months ago
JSON representation
Solarized color theme for Fcitx5
- Host: GitHub
- URL: https://github.com/mingyech/fcitx5-solarized
- Owner: mingyech
- License: mit
- Created: 2021-10-23T03:08:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T02:22:15.000Z (almost 4 years ago)
- Last Synced: 2026-02-12T23:42:51.698Z (4 months ago)
- Topics: fcitx5-skin, fcitx5-theme, solarized
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fcitx5-solarized
[Solarized](https://github.com/altercation/solarized) color theme for Fcitx5
## Installation
### Packages
Install from one of the following repositories:
[](https://repology.org/project/fcitx5-solarized/versions)
### From git
```sh
git clone https://github.com/mingyech/fcitx5-solarized
mkdir -p ~/.local/share/fcitx5/themes/
cd fcitx5-solarized/
cp -r solarized-dark/ solarized-light/ ~/.local/share/fcitx5/themes/
```
## Configuration
Enable the theme using your fcitx5 config tool, or edit the `Theme` line in `~/.config/fcitx5/conf/classicui.conf`:
```dosini
Theme=solarized-dark
# or
Theme=solarized-light
```