mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 07:43:25 +01:00
[PR #132] [MERGED] Feat: Add Support for Nord Theme 🏔️ #66
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/132
Author: @Bad3r
Created: 11/18/2024
Status: ✅ Merged
Merged: 12/3/2024
Merged by: @gschier
Base:
master← Head:feat/nord-theme📝 Commits (3)
0bf88f4feat: Add Nord Theme 🏔️5c9665bMerge branch 'master' into feat/nord-theme2ee2a7cMerge branch 'master' into feat/nord-theme📊 Changes
2 files changed (+32 additions, -0 deletions)
View changed files
📝
src-web/lib/theme/themes.ts(+2 -0)➕
src-web/lib/theme/themes/nord.ts(+30 -0)📄 Description
This PR adds support for the Nord theme to Yaak 🏔️. As a fan of the Nord theme, I find its calm and cohesive design delightful, and I believe other users who love Nord will enjoy having it as an option within Yaak.
Why Nord Theme?
The Nord theme is an arctic, north-bluish colour palette created for a clean and uncluttered design pattern. It is crafted to achieve optimal focus and readability for code syntax highlighting and UI components. Known for its consistent aesthetic and harmonious blend of tones, Nord reduces eye strain while enhancing usability, making it a great choice for users who value both style and functionality.
Changes Introduced:
themes.tsfile.nord.tsfile defining the colour system using theYaakColorAPI.Testing:
To test this PR:
Resources:
Thank you for considering this PR! I look forward to your feedback.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.