[PR #365] [MERGED] fix #355 use dark UI theme as default #3057

Closed
opened 2026-02-27 00:55:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/365
Author: @zxdong262
Created: 3/28/2018
Status: Merged
Merged: 3/28/2018
Merged by: @zxdong262

Base: masterHead: fix-355


📝 Commits (3)

📊 Changes

18 files changed (+194 additions, -38 deletions)

View changed files

📝 .babelrc (+7 -0)
📝 bin/prepare.js (+1 -1)
📝 package.json (+10 -7)
📝 src/client/components/control/btns.jsx (+4 -4)
📝 src/client/components/control/tabs.jsx (+1 -1)
📝 src/client/components/main/wrapper.styl (+0 -2)
📝 src/client/components/sftp/sftp.styl (+1 -1)
📝 src/client/css/basic.styl (+1 -1)
📝 src/client/css/includes/xterm-overwrite.styl (+8 -8)
src/client/css/index.styl (+0 -2)
src/client/css/theme.styl (+127 -0)
src/client/entry/basic.jsx (+5 -0)
src/client/entry/common-css.jsx (+0 -4)
📝 src/client/entry/index.jsx (+2 -1)
📝 src/views/includes/head1.pug (+1 -2)
📝 src/views/index.pug (+1 -0)
📝 test/e2e/basic-sftp.spec.js (+1 -1)
📝 webpack.config.js (+24 -3)

📄 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/365 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 3/28/2018 **Status:** ✅ Merged **Merged:** 3/28/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-355` --- ### 📝 Commits (3) - [`73b9cae`](https://github.com/electerm/electerm/commit/73b9cae5e5b02c74c77142b870ceca946b1cc116) save - [`ac6bdf5`](https://github.com/electerm/electerm/commit/ac6bdf512fb8bd2b7bbd5ed7e5196bdbfc5970b1) fix - [`fa60a5b`](https://github.com/electerm/electerm/commit/fa60a5bb948c85e3943288057a6f9a88e072118d) save ### 📊 Changes **18 files changed** (+194 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `.babelrc` (+7 -0) 📝 `bin/prepare.js` (+1 -1) 📝 `package.json` (+10 -7) 📝 `src/client/components/control/btns.jsx` (+4 -4) 📝 `src/client/components/control/tabs.jsx` (+1 -1) 📝 `src/client/components/main/wrapper.styl` (+0 -2) 📝 `src/client/components/sftp/sftp.styl` (+1 -1) 📝 `src/client/css/basic.styl` (+1 -1) 📝 `src/client/css/includes/xterm-overwrite.styl` (+8 -8) ➖ `src/client/css/index.styl` (+0 -2) ➕ `src/client/css/theme.styl` (+127 -0) ➕ `src/client/entry/basic.jsx` (+5 -0) ➖ `src/client/entry/common-css.jsx` (+0 -4) 📝 `src/client/entry/index.jsx` (+2 -1) 📝 `src/views/includes/head1.pug` (+1 -2) 📝 `src/views/index.pug` (+1 -0) 📝 `test/e2e/basic-sftp.spec.js` (+1 -1) 📝 `webpack.config.js` (+24 -3) </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 00:55:25 +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#3057
No description provided.