mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 14:59:42 +02:00
Claude command and add Nord Light
This commit is contained in:
@@ -21,7 +21,7 @@ import {
|
||||
monokaiProSpectrum,
|
||||
} from './themes/monokai-pro';
|
||||
import { moonlight } from './themes/moonlight';
|
||||
import { nord } from './themes/nord';
|
||||
import { nord, nordLight } from './themes/nord';
|
||||
import { relaxing } from './themes/relaxing';
|
||||
import { rosePine, rosePineMoon, rosePineDawn } from './themes/rose-pine';
|
||||
import { triangle } from './themes/triangle';
|
||||
@@ -93,6 +93,7 @@ export const plugin: PluginDefinition = {
|
||||
nightOwl,
|
||||
noctisAzureus,
|
||||
nord,
|
||||
nordLight,
|
||||
oneDarkPro,
|
||||
pandaSyntax,
|
||||
relaxing,
|
||||
|
||||
@@ -27,3 +27,31 @@ export const nord: Theme = {
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export const nordLight: Theme = {
|
||||
id: 'nord-light',
|
||||
label: 'Nord Light',
|
||||
dark: false,
|
||||
base: {
|
||||
surface: 'hsl(220,27%,98%)',
|
||||
surfaceHighlight: 'hsl(220,24%,94%)',
|
||||
text: 'hsl(220,16%,22%)',
|
||||
textSubtle: 'hsl(220,15%,30%)',
|
||||
textSubtlest: 'hsl(220,14%,40%)',
|
||||
primary: 'hsl(193,43%,52%)',
|
||||
secondary: 'hsl(210,34%,54%)',
|
||||
info: 'hsl(179,25%,50%)',
|
||||
success: 'hsl(92,28%,48%)',
|
||||
notice: 'hsl(40,71%,52%)',
|
||||
warning: 'hsl(14,51%,53%)',
|
||||
danger: 'hsl(354,42%,56%)',
|
||||
},
|
||||
components: {
|
||||
sidebar: {
|
||||
backdrop: 'hsl(220,24%,94%)',
|
||||
},
|
||||
appHeader: {
|
||||
backdrop: 'hsl(220,27%,98%)',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user