[PR #132] [MERGED] Add themes #596

Closed
opened 2026-03-03 00:22:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/132
Author: @kazup01
Created: 12/12/2019
Status: Merged
Merged: 12/13/2019
Merged by: @Rokt33r

Base: masterHead: add-theme


📝 Commits (10+)

📊 Changes

16 files changed (+267 additions, -65 deletions)

View changed files

📝 src/components/App.tsx (+17 -6)
📝 src/components/NotePage/NoteList/NoteList.tsx (+3 -2)
📝 src/components/PreferencesModal/EditorTab.tsx (+1 -1)
📝 src/components/PreferencesModal/GeneralTab.tsx (+1 -3)
📝 src/components/PreferencesModal/styled.tsx (+2 -0)
📝 src/components/SideNavigator/ControlButton.tsx (+7 -3)
📝 src/components/SideNavigator/SideNavigator.tsx (+6 -6)
📝 src/components/SideNavigator/SideNavigatorItem.tsx (+6 -4)
📝 src/lib/i18n/enUS.ts (+1 -1)
📝 src/lib/i18n/ja.ts (+1 -1)
📝 src/lib/preferences/types.ts (+1 -1)
📝 src/lib/styled/styleFunctions.ts (+11 -2)
src/lib/styled/themes/dark.ts (+58 -0)
📝 src/lib/styled/themes/default.ts (+31 -35)
src/lib/styled/themes/light.ts (+59 -0)
src/lib/styled/themes/sepia.ts (+62 -0)

📄 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/BoostIO/BoostNote-App/pull/132 **Author:** [@kazup01](https://github.com/kazup01) **Created:** 12/12/2019 **Status:** ✅ Merged **Merged:** 12/13/2019 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `add-theme` --- ### 📝 Commits (10+) - [`79b393d`](https://github.com/BoostIO/BoostNote-App/commit/79b393d5489e4f6d739158efe030fb73d5f68863) Add themes - [`e5d703a`](https://github.com/BoostIO/BoostNote-App/commit/e5d703a936669197d67b270385c9fd12505cea48) Set Up - [`8920e1a`](https://github.com/BoostIO/BoostNote-App/commit/8920e1a87335837e7e0dcf68c1b749e6b0bb14a2) Set Up Themes - [`8456b90`](https://github.com/BoostIO/BoostNote-App/commit/8456b905254ee41e3c69b656741fb7e3ea5371b3) Added & Modified Style Functions - [`0072e0b`](https://github.com/BoostIO/BoostNote-App/commit/0072e0b96b94a0c9a287d15a86c4d0d8d758dc81) Modified Side Nav - [`207cafa`](https://github.com/BoostIO/BoostNote-App/commit/207cafae84fd0630da16f9d48f713f039cd9ec07) Modified Side Nav - [`56ac40f`](https://github.com/BoostIO/BoostNote-App/commit/56ac40f5400db94c50210a303906a704ce3e695b) Adjusted Conrtol Color & Position - [`fa37dd7`](https://github.com/BoostIO/BoostNote-App/commit/fa37dd737a00e07aeb73c0205c59c1ab22202a70) Adjusted Width of the Input & Select - [`e38bd02`](https://github.com/BoostIO/BoostNote-App/commit/e38bd026a5c8bba1e4ff73afd9be4dcf09c4b4f8) Added Tiny Space - [`a28f639`](https://github.com/BoostIO/BoostNote-App/commit/a28f63954f7aba965eaab007c94641002cb4a9e2) Adjusted Icon Colors ### 📊 Changes **16 files changed** (+267 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `src/components/App.tsx` (+17 -6) 📝 `src/components/NotePage/NoteList/NoteList.tsx` (+3 -2) 📝 `src/components/PreferencesModal/EditorTab.tsx` (+1 -1) 📝 `src/components/PreferencesModal/GeneralTab.tsx` (+1 -3) 📝 `src/components/PreferencesModal/styled.tsx` (+2 -0) 📝 `src/components/SideNavigator/ControlButton.tsx` (+7 -3) 📝 `src/components/SideNavigator/SideNavigator.tsx` (+6 -6) 📝 `src/components/SideNavigator/SideNavigatorItem.tsx` (+6 -4) 📝 `src/lib/i18n/enUS.ts` (+1 -1) 📝 `src/lib/i18n/ja.ts` (+1 -1) 📝 `src/lib/preferences/types.ts` (+1 -1) 📝 `src/lib/styled/styleFunctions.ts` (+11 -2) ➕ `src/lib/styled/themes/dark.ts` (+58 -0) 📝 `src/lib/styled/themes/default.ts` (+31 -35) ➕ `src/lib/styled/themes/light.ts` (+59 -0) ➕ `src/lib/styled/themes/sepia.ts` (+62 -0) </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-03 00:22:19 +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/BoostNote-App#596
No description provided.