{"id":16546799,"url":"https://github.com/weearc/fcitx5-skin-simple-blue","last_synced_at":"2025-07-15T03:33:31.043Z","repository":{"id":46118279,"uuid":"217369784","full_name":"weearc/fcitx5-skin-simple-blue","owner":"weearc","description":"A simple theme for fcitx5","archived":false,"fork":false,"pushed_at":"2021-11-13T12:55:02.000Z","size":117,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T09:43:27.990Z","etag":null,"topics":["fcitx","fcitx-skins","fcitx-theme","fcitx5","fcitx5-skin","input-method-skin","theme"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weearc.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-24T18:42:51.000Z","updated_at":"2025-02-13T13:23:57.000Z","dependencies_parsed_at":"2022-09-09T01:12:29.580Z","dependency_job_id":null,"html_url":"https://github.com/weearc/fcitx5-skin-simple-blue","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/weearc/fcitx5-skin-simple-blue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weearc%2Ffcitx5-skin-simple-blue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weearc%2Ffcitx5-skin-simple-blue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weearc%2Ffcitx5-skin-simple-blue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weearc%2Ffcitx5-skin-simple-blue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weearc","download_url":"https://codeload.github.com/weearc/fcitx5-skin-simple-blue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weearc%2Ffcitx5-skin-simple-blue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265397630,"owners_count":23758450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fcitx","fcitx-skins","fcitx-theme","fcitx5","fcitx5-skin","input-method-skin","theme"],"created_at":"2024-10-11T19:11:50.628Z","updated_at":"2025-07-15T03:33:31.002Z","avatar_url":"https://github.com/weearc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple blue\nA simple theme build using Inkscape and guided by [Marguerite Su’s tutorial](https://forum.suse.org.cn/t/fcitx-artwork-fcitx/731/15)\u003c/br\u003e\n\u003cs\u003e A simple theme for fcitx5 modified from [Simple](https://github.com/iovxw/fcitx5-simple-theme) and [Fcitx5 Default](https://github.com/fcitx/fcitx5).\u003c/s\u003e\n\n## Screenshot\n\n- InputMethod Change Content\u003c/br\u003e\n![Content](screenshot/screenshot-content.png)\u003c/br\u003e\n\n- Input Horizontal\u003c/br\u003e\n![horizontal](screenshot/screenshot-input.png)\u003c/br\u003e\n\n- Input Vertial\u003c/br\u003e\n![vertical](screenshot/screenshot-input-vertical.png)\u003c/br\u003e\n\n## Install\n### Fcitx5\nFor Arch Linux users:\u003c/br\u003e\nTry out fcitx5 by using the following command:\n```bash\npacman -S fcitx5-im fcitx5-chinese-addons\n```\nThen add the following lines:\n- xorg: to `~/.xprofile`\n\n```bash\nexport GTK_IM_MODULE=fcitx5\nexport XMODIFIERS=\"@im=fcitx\"\nexport QT_IM_MODULE=fcitx5\nfcitx5 \u003e /dev/null \u0026\n```\n\n- wayland: to `~/.pam_environment`\n\n```bash\nGTK_IM_MODULE DEFAULT=fcitx5\nQT_IM_MODULE DEFAULT=fcitx5\nXMODIFIERS DEFAULT=@im=fcitx5\n```\nAlso, you should add the following lines to `~/.config/fcitx5/profile`:\n```\n[Groups/0]\n# Group Name\nName=Default\n# Layout\nDefault Layout=us\n# Default Input Method\nDefaultIM=pinyin\n\n[Groups/0/Items/0]\n# Name\nName=keyboard-us\n# Layout\nLayout=\n\n[Groups/0/Items/1]\n# Name\nName=pinyin\n# Layout\nLayout=\n\n[GroupOrder]\n0=Default\n```\n\nIf you want to change settings in kde system settings, you should install package `fcitx5-kcm`.\n\n### Fcitx5-skin-simple-blue\n- For Archlinux users, you may simplely install package `fcitx5-simple-blue` from aur using your favourite aur helper. And set the theme to `simple-blue` either in your config file or in systemsettings.\n  ```bash\n  yaourt -S fcitx5-simple-blue\n  ```\n\n- For other distros:\u003c/br\u003e\n  First, clone the repo to `~/.local/shre/fcitx5/themes/`\n\n  ```bash\n  git clone https://github.com/weearc/fcitx5-skin-simple-blue.git  ~/.local/share/fcitx5/themes/simple-blue\n  ```\n\n  Add the following to your `~/.config/fcitx5/conf/classicui.conf`\n\n  ```ini\n  # True, if you want a vertical candidate list\n  Vertical Candidate List=False\n  Theme=simple-blue\n  ```\n\n  If using vertical input panel, you'd better replace the file `input_panel.png` with `input_panel_vertical.png` and rename it to `input_panel.png`\n\n  **Every time you change the settings please reload fcitx5**\n\n## License\n\nThis is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweearc%2Ffcitx5-skin-simple-blue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweearc%2Ffcitx5-skin-simple-blue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweearc%2Ffcitx5-skin-simple-blue/lists"}