Giter VIP home page Giter VIP logo

fcitx5-themes-candlelight's Introduction

fcitx5-themes

output

fcitx5的自定义皮肤,仅在fcitx5-rime测试过。

个人觉得挺好看的,毕竟是我根据自己的喜好制作。

如果有更好的配色,欢迎提出来。

一、简介

1、背景高亮系列

spring/春日绿

示例图:

fcitx5春日绿皮肤

summer/夏日红

示例图:

fcitx5夏日红皮肤

autumn/秋日橙

示例图:

fcitx5秋日橙皮肤

winter/冬日蓝

示例图:

fcitx5冬日蓝皮肤

2、候选字高亮系列

green/荧光绿

示例图:

fcitx5荧光绿皮肤

transparent-green/荧光绿透明版

示例图:

fcitx5荧光绿透明版皮肤

3、仿 macOS

macOS Light

示例图:

macOS亮色

macOS Sonoma Light 原皮肤:

macOS Sonoma Light

macOS Light 的皮肤与实际皮肤有一些细微不同,有兴趣的朋友可以提交PR微调。

macOS Dark

示例图:

macOS暗色

macOS Sonoma Dark 原皮肤:

macOS Sonoma Light

二、使用步骤

将整个项目clone到本地:

git clone https://github.com/thep0y/fcitx5-themes.git

将想要使用的皮肤复制到该放的位置,以spring为例(下同):

cd fcitx5-themes
cp spring ~/.local/share/fcitx5/themes -r

修改皮肤配置文件(若没有配置文件则自动创建):

vim ~/.config/fcitx5/conf/classicui.conf

将下面的参数复制进去(记得修改字体):

# 垂直候选列表
Vertical Candidate List=False

# 按屏幕 DPI 使用
PerScreenDPI=True

# Font (设置成你喜欢的字体)
Font="Smartisan Compact CNS 13"

# 主题(这里要改成你想要使用的主题名,主题名就在下面)
Theme=spring

其中的主题名与各主题的文件夹名相同,即:

  • spring
  • summer
  • autumn
  • winter
  • green
  • transparent-green
  • macOS-light
  • macOS-dark

若想输入法变成单行模式,还得再修改一个配置文件。 以fcitx5-rime为例:

vim ~/.config/fcitx5/conf/rime.conf

添加:

PreeditInApplication=True

保存后,重启输入法皮肤即可生效。

单双行(预编辑)模式的切换快捷键ctrl+alt+P,也就是说,不改上面的配置,也可以直接用这上快捷键进行切换。

fcitx5-themes-candlelight's People

Contributors

thep0y avatar imgbotapp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.