1
0
Fork 0

Adding MindTheDark version 2025-03-17 (c5e286f).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-13 13:21:54 +02:00
parent cd81ae610b
commit 19df4a7159
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
126 changed files with 6282 additions and 0 deletions

View file

@ -0,0 +1,48 @@
<?php
// style.ini values
$lang['__background_site__'] = 'Color for the very background (behind the content box)';
$lang['__link__'] = 'The general link color';
$lang['__existing__'] = 'The color for links to existing pages';
$lang['__missing__'] = 'The color for links to non-existing pages';
$lang['__site_width__'] = 'The width of the full site (can be any length unit: %, px, em, ...)';
$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
$lang['__tablet_width__'] = 'Below screensizes of this width, the site switches to tablet mode';
$lang['__phone_width__'] = 'Below screensizes of this width, the site switches to phone mode';
$lang['__theme_color__'] = 'Theme color of the web app';
$lang['__pre_text_color__'] = 'Color for inline code text formatting';
$lang['__pre_background_color__'] = 'Color for the background of the inline code formatting';
$lang['__selection_color__'] = 'Color for the text selected with the mouse';
$lang['__selection_background_color__'] = 'Background color for the text selected with the mouse';
$lang['__scrollbar_color_track__'] = 'Color for the scrollbar';
$lang['__scrollbar_color_thumb__'] = 'Color for the scrollbar Button';
/* Dark */
$lang['__text_color_dark__'] = 'Main text color in dark color scheme';
$lang['__background_color_dark__'] = 'Main background color in dark color scheme';
$lang['__text_alt_color_dark__'] = 'Alternative text color in dark color scheme';
$lang['__background_alt_color_dark__'] = 'Alternative background color in dark color scheme';
$lang['__text_neu_color_dark__'] = 'Neutral text color in dark color scheme';
$lang['__background_neu_color_dark__'] = 'Neutral background color in dark color scheme';
$lang['__border_color_dark__'] = 'Frame color in dark color scheme';
$lang['__highlight_color_dark__'] = 'Highlight color (mainly for search results) in dark color scheme';
$lang['__background_site_color_dark__'] = 'Color for page background (behind content area) in dark color scheme';
$lang['__pre_text_color_dark__'] = 'Color for inline code text formatting in dark color scheme';
$lang['__pre_background_color_dark__'] = 'Color for the background of the inline code formatting in the dark color scheme';
$lang['__link_color_dark__'] = 'General link color in dark color scheme';
$lang['__existing_color_dark__'] = 'Color for links to existing pages in dark color scheme';
$lang['__missing_color_dark__'] = 'Color for links to non-existing pages in dark color scheme';
$lang['__selection_color_dark__'] = 'Color for the text selected with the mouse in the dark color scheme';
$lang['__selection_background_color_dark__'] = 'Background color for mouse selected text in dark color scheme';
$lang['__scrollbar_track_color_dark__'] = 'Color for the scrollbar in dark color scheme';
$lang['__scrollbar_thumb_color_dark__'] = 'Color for the scrollbar button in dark color scheme';
/* Toggle Switch */
$lang['themeSwitch'] = 'Toggle theme';
/* Note Plugin */
$lang['__note_plugin_classic_color__'] = 'Note Plugin Base color for "classic"';
$lang['__note_plugin_important_color__'] = 'Note Plugin Base color for "important"';
$lang['__note_plugin_warning_color__'] = 'Note Plugin base color for "warning"';
$lang['__note_plugin_tip_color__'] = 'Note plugin base color for "tip"';