All Projects → IsoaSFlus → Kcm Colorful

IsoaSFlus / Kcm Colorful

Licence: gpl-2.0
Make your KDE Plasma colorful.

Projects that are alternatives of or similar to Kcm Colorful

Nord Terminator
An arctic, north-bluish clean and elegant Terminator color theme.
Stars: ✭ 78 (-29.09%)
Mutual labels:  color-scheme
Yui
Minimal vim color scheme
Stars: ✭ 93 (-15.45%)
Mutual labels:  color-scheme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+1387.27%)
Mutual labels:  color-scheme
Hyper Snazzy
Elegant Hyper theme with bright colors
Stars: ✭ 1,248 (+1034.55%)
Mutual labels:  color-scheme
Vim Pink Moon
A vim/neovim colorscheme
Stars: ✭ 89 (-19.09%)
Mutual labels:  color-scheme
Nord Hyper
An arctic, north-bluish clean and elegant Hyper theme plugin.
Stars: ✭ 96 (-12.73%)
Mutual labels:  color-scheme
Vim Corvine
The Raven Dark colourscheme for Vim, rebuilt and modified with Colortemplate
Stars: ✭ 76 (-30.91%)
Mutual labels:  color-scheme
Base2tone Vim
Base2Tone - duotone - Themes for Vim
Stars: ✭ 108 (-1.82%)
Mutual labels:  color-scheme
Colors App
🎨 A PWA for copying values from popular color palettes. Supports HEX, RGB, and HSL formats.
Stars: ✭ 90 (-18.18%)
Mutual labels:  color-scheme
Nord Termite
An arctic, north-bluish clean and elegant Termite color theme.
Stars: ✭ 104 (-5.45%)
Mutual labels:  color-scheme
Nova.vim
Another color scheme for vim/neovim, only supports 24bit true color
Stars: ✭ 84 (-23.64%)
Mutual labels:  color-scheme
Googledeveloperscolorscheme
Color scheme for Android Studio and IntelliJ, inspired by code snippets style seen on Google Developers website
Stars: ✭ 86 (-21.82%)
Mutual labels:  color-scheme
Srcery Emacs
Dark colorscheme for Emacs/Spacemacs. GUI and terminal support
Stars: ✭ 102 (-7.27%)
Mutual labels:  color-scheme
Rocannon
Vim for Ansible playbooks: omni-completion, abbreviations, syntax, folding, K-docs, and colorscheme
Stars: ✭ 80 (-27.27%)
Mutual labels:  color-scheme
Syntax Highlighting
collection of syntax highlighting colorschemes
Stars: ✭ 105 (-4.55%)
Mutual labels:  color-scheme
Javadoc Themer
[Javadoc Tool] Give your boooring javadocs a splash of colors!
Stars: ✭ 78 (-29.09%)
Mutual labels:  color-scheme
Sublime Boxy
It Was the Most Hackable Theme for Sublime Text 3
Stars: ✭ 1,328 (+1107.27%)
Mutual labels:  color-scheme
St Theme Freesia
Freesia theme for Sublime Text 3. (Unmaintained.)
Stars: ✭ 108 (-1.82%)
Mutual labels:  color-scheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-1.82%)
Mutual labels:  color-scheme
Imagegonord
A tool that can convert your rgb images to nordtheme palette
Stars: ✭ 105 (-4.55%)
Mutual labels:  color-scheme

KCM-Colorful

English Version

根据当前的壁纸改变KDE Plasma的颜色。

Requirements

  • Qt5
  • KDE Frameworks 5
  • cmake
  • extra-cmake-modules
  • GNU gettext utilities

Build

git clone --recursive https://github.com/IsoaSFlus/kcm-colorful.git
cd kcm-colorful
mkdir build
cd ./build
cmake ../
make
sudo make install
#Then set your plasma desktop theme to "Colorful" for best experience.

Installation

Archlinux (AUR)

yaourt -S kcm-colorful-git # or any other aur helper

Thanks for @VOID001's maintenance.

Archlinux (ArchlinuxCN repo)

sudo pacman -S kcm-colorful-git

Thanks for @MarvelousBlack's maintenance.

Screenshots

a b

TODO

  • [x] 实现命令行helper
  • [x] 将颜色提取算法移植至C++并剔除Python依赖
  • [x] 实现KCM集成至KDE设置
  • [ ] 利用机器学习算法进一步优化主题色选择

Postscript

除了KCM,本项目还提供了一个cli的程序,可以供用户配合脚本使用:

Usage: kcmcolorfulhelper [options]
Helper for kcm-colorful.
Project address: https://github.com/IsoaSFlus/kcm-colorful

Options:
  -h, --help               Displays this help.
  -p, --picture <file>     Picture to extract color.
  -c, --color <colorcode>  Set color manually, eg: #1234ef.
  -s, --set-as-wallpaper   Set picture specified by "-p" as wallpaper.
  -d, --debug              Show debug info.
  -n, --number <int>       Select the Nth color in candidate list. Default is
                           1.
  -o, --opacity <float>    Set the opacity of theme, from 0 to 1(1 is opaque).

如果你想实现像我截图中一样的效果,那么还需要一些额外的设置。

首先,打开KDE的系统设置->桌面行为->桌面特效,找到“模糊”项并使能(可根据个人喜好调整该项设置中的模糊程度以及噪点厚度),依据个人喜好开启或关闭“背景对比度”项。

之后,打开KDE的系统设置->工作空间主题->桌面主题,设置主题为“Colorful”(当然,前提是你安装了本项目)。

第三,安装BreezeBlurred,这个项目在原版Breeze窗口装饰主题的基础上提供透明效果。在安装完成后打开KDE的系统设置->应用程序风格->窗口装饰,找到该主题“微风”(注意,你会发现你其中有复数个“微风”因为原版也叫“微风”)并打开其配置菜单,关闭绘制窗口背景渐变并调整透明度(推荐60%,因为这与桌面主题一致),如下图。

最后,如果你对我截图左侧的dock感兴趣,请安装Latte-Dock

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].