Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e63546

Browse files
committed
feat: 🎸 add brand colors tuple
1 parent507ae24 commit6e63546

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎src/themes/light.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const lightTheme: Theme = {
2323
negative:['#FF4949','#EB4C31','#DB521A'],
2424
warning:['#FFC82C','#EBC715','#DBCC00'],
2525
link:['#0089ff','#134EEB','#07BBEB'],
26+
brand:['#E44A28','#985DF7','#EE69B1','#F6A832','#5FCC8A','#58B9F8'],
2627
},
2728
ui:{
2829
lightLine:g(0.1,0.04),

‎src/types.ts‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ export interface ColorPalette {
5858

5959
/** Something to raise attention - usually yellow/orange. */
6060
warning:ColorTuple;
61+
62+
/** Brand colors. */
63+
brand:string[];
6164
};
6265

6366
/** Colors for specific UI elements. */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp