[PR #4072] [MERGED] Code refractor: new UI theme control method that use css vars #4002

Closed
opened 2026-02-27 01:54:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/4072
Author: @zxdong262
Created: 9/28/2025
Status: Merged
Merged: 9/28/2025
Merged by: @zxdong262

Base: masterHead: theme


📝 Commits (4)

📊 Changes

45 files changed (+266 additions, -510 deletions)

View changed files

📝 build/bin/prepare.js (+0 -1)
📝 build/bin/pug.js (+1 -4)
build/bin/style.js (+0 -89)
📝 build/vite/dev-server.js (+1 -3)
build/vite/style.js (+0 -35)
📝 package-lock.json (+15 -2)
📝 package.json (+1 -1)
📝 src/app/lib/ipc.js (+0 -4)
src/app/lib/style.js (+0 -35)
📝 src/client/common/constants.js (+1 -1)
📝 src/client/common/ui-theme.js (+25 -12)
📝 src/client/components/ai/ai.styl (+1 -3)
📝 src/client/components/bg/custom-css.jsx (+2 -2)
📝 src/client/components/common/highlight.styl (+1 -2)
📝 src/client/components/common/input-context-menu.jsx (+0 -1)
src/client/components/common/native-input.styl (+0 -7)
📝 src/client/components/file-transfer/transfer.styl (+5 -8)
📝 src/client/components/footer/footer.styl (+2 -5)
📝 src/client/components/layout/layout.styl (+2 -3)
📝 src/client/components/main/main.jsx (+0 -1)

...and 25 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/4072 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 9/28/2025 **Status:** ✅ Merged **Merged:** 9/28/2025 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `theme` --- ### 📝 Commits (4) - [`851f362`](https://github.com/electerm/electerm/commit/851f362b4ac3bb2a40a52276ccfdc9f7bad5f568) save - [`18683cb`](https://github.com/electerm/electerm/commit/18683cbd6c416f611bf2860824c3a7fa63d5266e) save - [`9ddc3d1`](https://github.com/electerm/electerm/commit/9ddc3d107d036f99a8e95f7c50a859ead9c9c708) save - [`453d1f2`](https://github.com/electerm/electerm/commit/453d1f27ac90714b9c6d2b7797f73471b26d0672) save ### 📊 Changes **45 files changed** (+266 additions, -510 deletions) <details> <summary>View changed files</summary> 📝 `build/bin/prepare.js` (+0 -1) 📝 `build/bin/pug.js` (+1 -4) ➖ `build/bin/style.js` (+0 -89) 📝 `build/vite/dev-server.js` (+1 -3) ➖ `build/vite/style.js` (+0 -35) 📝 `package-lock.json` (+15 -2) 📝 `package.json` (+1 -1) 📝 `src/app/lib/ipc.js` (+0 -4) ➖ `src/app/lib/style.js` (+0 -35) 📝 `src/client/common/constants.js` (+1 -1) 📝 `src/client/common/ui-theme.js` (+25 -12) 📝 `src/client/components/ai/ai.styl` (+1 -3) 📝 `src/client/components/bg/custom-css.jsx` (+2 -2) 📝 `src/client/components/common/highlight.styl` (+1 -2) 📝 `src/client/components/common/input-context-menu.jsx` (+0 -1) ➖ `src/client/components/common/native-input.styl` (+0 -7) 📝 `src/client/components/file-transfer/transfer.styl` (+5 -8) 📝 `src/client/components/footer/footer.styl` (+2 -5) 📝 `src/client/components/layout/layout.styl` (+2 -3) 📝 `src/client/components/main/main.jsx` (+0 -1) _...and 25 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:54:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#4002
No description provided.