Temp: import themes from tuna
This commit is contained in:
47
src/lib/themes/definitions/ayumirage.ts
Normal file
47
src/lib/themes/definitions/ayumirage.ts
Normal file
@ -0,0 +1,47 @@
|
||||
import type { Theme } from '../types';
|
||||
|
||||
export const ayumirage: Theme = {
|
||||
name: 'Ayu Mirage',
|
||||
colors: {
|
||||
background: '#1f2430',
|
||||
surface: '#232834',
|
||||
border: '#33415e',
|
||||
text: '#cccac2',
|
||||
textSecondary: '#707a8c',
|
||||
accent: '#ffcc66',
|
||||
accentHover: '#ffd580',
|
||||
input: '#242936',
|
||||
inputBorder: '#33415e',
|
||||
button: '#33415e',
|
||||
buttonHover: '#3e4b66',
|
||||
danger: '#f28779',
|
||||
dangerHover: '#f5a697',
|
||||
},
|
||||
editor: {
|
||||
background: '#1f2430',
|
||||
foreground: '#cccac2',
|
||||
caret: '#ffcc66',
|
||||
selection: '#33415e',
|
||||
activeLine: '#232834',
|
||||
gutter: '#1f2430',
|
||||
gutterText: '#707a8c',
|
||||
activeLineGutter: '#232834',
|
||||
lineNumber: '#707a8c',
|
||||
},
|
||||
syntax: {
|
||||
keyword: '#ffa759',
|
||||
operator: '#f29e74',
|
||||
string: '#d5ff80',
|
||||
number: '#ffcc66',
|
||||
boolean: '#ffcc66',
|
||||
comment: '#5c6773',
|
||||
function: '#ffd580',
|
||||
class: '#73d0ff',
|
||||
variable: '#cccac2',
|
||||
property: '#5ccfe6',
|
||||
constant: '#d4bfff',
|
||||
type: '#73d0ff',
|
||||
tag: '#5ccfe6',
|
||||
attribute: '#ffd580',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user