ランチャソフト、keypirinha用自作テーマ。
プリン色がコンセプト。
/
A theme for keypirinha I made.
It’s like Caramel Custard color.
スクショ Screenshot
コード code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[theme/CaramelCustard] color_background = #cC9C76 color_foreground = #552C32 color_faded = #a06A6D color_accent = #572D2F color_warn = #ff8000 color_title = ${color_foreground} color_status = ${color_faded} color_textbox_back = #fff8b0 color_listitem_back = ${color_textbox_back} color_listitem_title = ${color_foreground} color_listitem_desc = ${color_faded} color_listitem_tips = ${color_faded} color_listitem_selected_back = #FFFAD0 color_listitem_selected_title = #d00000 color_listitem_selected_desc = ${color_faded} color_listitem_selected_tips = ${color_accent} |
上記コードをkeypirinha.iniにペーストし、themeも設定する(下の”テーマの設定参照”)。
keypirinha.iniはkeypirinhaアイコン右クリック→”Configure Keypirinha”で編集可能。
/
Paste this code to keypirinha.ini and modify theme setting.(see below; “theme setting”)
You may edit Keypirinha.ini from “Configure Keypirinha”. (via right click Keypirinha icon)
テーマの設定 / theme setting
Keypirinha.iniの[gui]セクションを編集。
/
Add “theme” to [gui] section like this.
1 2 |
[gui] theme = MediumLayout, CaramelCustard |
Keypirinha.iniの場所 / Here is Keypirinha.ini.
設定例 / sample
自分のkeypirinha.iniファイル。
theme部分以外は、keypirinhaを紹介していた人の設定の丸写し。感謝。
/
Here is my Keypirinha.ini file.
I copied this [app] and [gui] settings from a website. (Thanks)