summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2022-01-20 16:33:11 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2022-01-20 16:33:11 +0900
commit0e118e7e57caaa298e367ed99f2051ba47a35f81 (patch)
treec0dbedf16730f66357ad760fe48debdbba61f480
parentf5757ada54edaa7d2e3ea948d340cdf48064e30c (diff)
downloadibus-0e118e7e57caaa298e367ed99f2051ba47a35f81.tar.gz
data/dconf: Change XKB layout string color in panel
Replace '#415099' with '#51a2da' in XKB layout string color BUG=https://github.com/ibus/ibus/issues/2364
-rw-r--r--data/dconf/org.freedesktop.ibus.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/dconf/org.freedesktop.ibus.gschema.xml b/data/dconf/org.freedesktop.ibus.gschema.xml
index 099b9c60..e90ee5ab 100644
--- a/data/dconf/org.freedesktop.ibus.gschema.xml
+++ b/data/dconf/org.freedesktop.ibus.gschema.xml
@@ -146,7 +146,7 @@
<description>Show input method name on language bar</description>
</key>
<key name="xkb-icon-rgba" type="s">
- <default>'#415099'</default>
+ <default>'#51a2da'</default>
<summary>RGBA value of XKB icon</summary>
<description>XKB icon shows the layout string and the string is rendered with the RGBA value. The RGBA value can be 1. a color name from X11, 2. a hex value in form '#rrggbb' where 'r', 'g' and 'b' are hex digits of the red, green, and blue, 3. a RGB color in form 'rgb(r,g,b)' or 4. a RGBA color in form 'rgba(r,g,b,a)' where 'r', 'g', and 'b' are either integers in the range 0 to 255 or percentage values in the range 0% to 100%, and 'a' is a floating point value in the range 0 to 1 of the alpha.</description>
</key>