1
0
mirror of https://github.com/tooot-app/app synced 2025-02-07 15:38:47 +01:00
This commit is contained in:
xmflsct 2022-12-31 00:31:25 +01:00
parent b677c4b7ce
commit 4a25feb346
2 changed files with 3 additions and 3 deletions

View File

@ -265,8 +265,8 @@
"darkTheme": {
"heading": "Dark theme",
"options": {
"lighter": "Lighter",
"darker": "Darker"
"lighter": "Default",
"darker": "True black"
}
},
"browser": {

View File

@ -70,7 +70,7 @@ const themeColors: {
backgroundDefault: {
light: 'rgb(250, 250, 250)',
dark_lighter: 'rgb(44, 44, 44)',
dark_darker: 'rgb(18, 18, 18)'
dark_darker: 'rgb(0, 0, 0)'
},
backgroundDefaultTransparent: {
light: 'rgba(250, 250, 250, 0)',