Removed refilc colors, added theme customisation (WIP)

This commit is contained in:
Zan
2025-09-23 19:31:22 +02:00
parent 0f9bae45a5
commit 636a325470
12 changed files with 989 additions and 228 deletions

View File

@@ -8,9 +8,7 @@
"theme": "Theme",
"language": "Language",
"themes": {
"light_blue": "Light Blue",
"light_green": "Light Green",
"dark_blue": "Dark Blue",
"dark_green": "Dark Green",
"dark_red": "Dark Red",
"dark_purple": "Dark Purple",
@@ -34,6 +32,33 @@
"title": "Support",
"description": "If you like our work and would like to support the development, you can do so in the following way:",
"kofi": "Ko-Fi"
},
"custom_theme": {
"title": "Custom Theme",
"create": "Create New Theme",
"import": "Import Theme",
"editor_title": "Theme Editor",
"import_title": "Import Theme",
"name": "Theme name",
"background": "Background",
"text": "Text",
"accent": "Accent colors",
"main_background": "Main background",
"card_background": "Card background",
"primary_text": "Primary text",
"secondary_text": "Secondary text",
"primary_accent": "Primary accent",
"secondary_accent": "Secondary accent",
"preview": "Preview",
"save": "Save",
"cancel": "Cancel",
"import_string": "Theme string",
"apply": "Apply",
"edit": "Edit",
"export": "Export",
"delete": "Delete",
"no_themes": "No custom themes yet",
"delete_confirm": "Are you sure you want to delete the \"{name}\" theme?"
}
},
"navigation": {

View File

@@ -8,9 +8,7 @@
"theme": "Téma",
"language": "Nyelv",
"themes": {
"light_blue": "Világos Kék",
"light_green": "Világos Zöld",
"dark_blue": "Sötét Kék",
"dark_green": "Sötét Zöld",
"dark_red": "Sötét Piros",
"dark_purple": "Sötét Lila",
@@ -34,6 +32,33 @@
"title": "Támogatás",
"description": "Ha tetszik a munkánk és szeretnéd támogatni a fejlesztést, az alábbi módon teheted meg:",
"kofi": "Ko-Fi"
},
"custom_theme": {
"title": "Egyéni Téma",
"create": "Új Téma Létrehozása",
"import": "Téma Importálása",
"editor_title": "Téma Szerkesztő",
"import_title": "Téma Importálása",
"name": "Téma neve",
"background": "Háttér",
"text": "Szöveg",
"accent": "Kiemelő színek",
"main_background": "Fő háttér",
"card_background": "Kártya háttér",
"primary_text": "Elsődleges szöveg",
"secondary_text": "Másodlagos szöveg",
"primary_accent": "Elsődleges kiemelő",
"secondary_accent": "Másodlagos kiemelő",
"preview": "Előnézet",
"save": "Mentés",
"cancel": "Mégse",
"import_string": "Téma string",
"apply": "Alkalmaz",
"edit": "Szerkeszt",
"export": "Export",
"delete": "Töröl",
"no_themes": "Még nincsenek egyéni témák",
"delete_confirm": "Biztosan törölni szeretnéd a \"{name}\" témát?"
}
},
"navigation": {