[PR #1181] [MERGED] Color modes #3117

Closed
opened 2026-03-17 00:45:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1181
Author: @liyasthomas
Created: 9/23/2020
Status: Merged
Merged: 9/24/2020
Merged by: @liyasthomas

Base: masterHead: feat/colormode


📝 Commits (8)

📊 Changes

33 files changed (+239 additions, -464 deletions)

View changed files

📝 README.md (+2 -2)
📝 assets/scss/styles.scss (+1 -3)
📝 assets/scss/themes.scss (+92 -39)
📝 components/collections/index.vue (+1 -1)
📝 components/environments/index.vue (+1 -1)
📝 components/firebase/feeds.vue (+1 -1)
📝 components/graphql/queryeditor.vue (+4 -4)
📝 components/layout/contributors.vue (+0 -2)
📝 components/layout/history.vue (+1 -1)
📝 components/layout/pw-header.vue (+2 -10)
📝 components/layout/pw-section.vue (+10 -19)
📝 components/layout/sidenav.vue (+7 -0)
components/settings/swatch.vue (+0 -67)
components/ui/accent-mode-picker.vue (+39 -0)
📝 components/ui/ace-editor.vue (+4 -3)
📝 components/ui/autocomplete.vue (+1 -1)
components/ui/color-mode-picker.vue (+54 -0)
📝 components/ui/js-editor.vue (+4 -3)
📝 lang/en-US.json (+0 -12)
📝 lang/es-ES.json (+0 -12)

...and 13 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/hoppscotch/hoppscotch/pull/1181 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 9/23/2020 **Status:** ✅ Merged **Merged:** 9/24/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `feat/colormode` --- ### 📝 Commits (8) - [`728fba7`](https://github.com/hoppscotch/hoppscotch/commit/728fba7c06e695107adb6e9cdd0513209365125c) Initial color mode plugin - [`eef8e48`](https://github.com/hoppscotch/hoppscotch/commit/eef8e4852dc73766da891881256c50df923c3c89) Removed stale states - [`9ff3f03`](https://github.com/hoppscotch/hoppscotch/commit/9ff3f037544c3c4bc0b8d91ce28f3f3564886446) Smooth transitions - [`790688a`](https://github.com/hoppscotch/hoppscotch/commit/790688ac5229a3c0f5e59add5dfbffd136f06134) Proper side navbar heights - [`d2b7c3e`](https://github.com/hoppscotch/hoppscotch/commit/d2b7c3ef6ff9d83ea8b3ccff463db8ef2e5377f4) Better color schemes - [`7677947`](https://github.com/hoppscotch/hoppscotch/commit/76779470819b372df80cf50a21f240345668d6ee) Bring back accent color chooser - [`2f1d0df`](https://github.com/hoppscotch/hoppscotch/commit/2f1d0df1fc08265a0714c40dc0506292a91ae1c0) Accent color chooser - [`9ed043a`](https://github.com/hoppscotch/hoppscotch/commit/9ed043a519c9c54768e5981d724904d47c961337) Merge branch 'master' into feat/colormode ### 📊 Changes **33 files changed** (+239 additions, -464 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `assets/scss/styles.scss` (+1 -3) 📝 `assets/scss/themes.scss` (+92 -39) 📝 `components/collections/index.vue` (+1 -1) 📝 `components/environments/index.vue` (+1 -1) 📝 `components/firebase/feeds.vue` (+1 -1) 📝 `components/graphql/queryeditor.vue` (+4 -4) 📝 `components/layout/contributors.vue` (+0 -2) 📝 `components/layout/history.vue` (+1 -1) 📝 `components/layout/pw-header.vue` (+2 -10) 📝 `components/layout/pw-section.vue` (+10 -19) 📝 `components/layout/sidenav.vue` (+7 -0) ➖ `components/settings/swatch.vue` (+0 -67) ➕ `components/ui/accent-mode-picker.vue` (+39 -0) 📝 `components/ui/ace-editor.vue` (+4 -3) 📝 `components/ui/autocomplete.vue` (+1 -1) ➕ `components/ui/color-mode-picker.vue` (+54 -0) 📝 `components/ui/js-editor.vue` (+4 -3) 📝 `lang/en-US.json` (+0 -12) 📝 `lang/es-ES.json` (+0 -12) _...and 13 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-03-17 00:45:44 +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/hoppscotch#3117
No description provided.