mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
feat: add new themes, Zed fonts, and sort theme/font lists
New themes added: - Dark: Ayu Dark, Ayu Mirage, Ember, Matcha - Light: Ayu Light, One Light, Bluloco, Feather Other changes: - Bundle Zed Sans and Zed Mono fonts from zed-industries/zed-fonts - Sort font options alphabetically (default first) - Sort theme options alphabetically (Dark/Light first) - Improve Ayu Dark text contrast for better readability - Fix Matcha theme to have green undertone instead of blue
This commit is contained in:
67
apps/ui/src/assets/fonts/zed/zed-fonts.css
Normal file
67
apps/ui/src/assets/fonts/zed/zed-fonts.css
Normal file
@@ -0,0 +1,67 @@
|
||||
/* Zed Fonts - https://github.com/zed-industries/zed-fonts */
|
||||
|
||||
/* Zed Sans - UI Font */
|
||||
@font-face {
|
||||
font-family: 'Zed Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url('./zed-sans-extended.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zed Sans';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url('./zed-sans-extendeditalic.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zed Sans';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url('./zed-sans-extendedbold.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zed Sans';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url('./zed-sans-extendedbolditalic.ttf') format('truetype');
|
||||
}
|
||||
|
||||
/* Zed Mono - Code Font */
|
||||
@font-face {
|
||||
font-family: 'Zed Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url('./zed-mono-extended.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zed Mono';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url('./zed-mono-extendeditalic.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zed Mono';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url('./zed-mono-extendedbold.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zed Mono';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url('./zed-mono-extendedbolditalic.ttf') format('truetype');
|
||||
}
|
||||
BIN
apps/ui/src/assets/fonts/zed/zed-mono-extended.ttf
Normal file
BIN
apps/ui/src/assets/fonts/zed/zed-mono-extended.ttf
Normal file
Binary file not shown.
BIN
apps/ui/src/assets/fonts/zed/zed-mono-extendedbold.ttf
Normal file
BIN
apps/ui/src/assets/fonts/zed/zed-mono-extendedbold.ttf
Normal file
Binary file not shown.
BIN
apps/ui/src/assets/fonts/zed/zed-mono-extendedbolditalic.ttf
Normal file
BIN
apps/ui/src/assets/fonts/zed/zed-mono-extendedbolditalic.ttf
Normal file
Binary file not shown.
BIN
apps/ui/src/assets/fonts/zed/zed-mono-extendeditalic.ttf
Normal file
BIN
apps/ui/src/assets/fonts/zed/zed-mono-extendeditalic.ttf
Normal file
Binary file not shown.
BIN
apps/ui/src/assets/fonts/zed/zed-sans-extended.ttf
Normal file
BIN
apps/ui/src/assets/fonts/zed/zed-sans-extended.ttf
Normal file
Binary file not shown.
BIN
apps/ui/src/assets/fonts/zed/zed-sans-extendedbold.ttf
Normal file
BIN
apps/ui/src/assets/fonts/zed/zed-sans-extendedbold.ttf
Normal file
Binary file not shown.
BIN
apps/ui/src/assets/fonts/zed/zed-sans-extendedbolditalic.ttf
Normal file
BIN
apps/ui/src/assets/fonts/zed/zed-sans-extendedbolditalic.ttf
Normal file
Binary file not shown.
BIN
apps/ui/src/assets/fonts/zed/zed-sans-extendeditalic.ttf
Normal file
BIN
apps/ui/src/assets/fonts/zed/zed-sans-extendeditalic.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user