Browse Source

Preferences: updated gtk_theme.variant_comment

merge-requests/365/head
eidheim 10 years ago
parent
commit
09f38f5610
  1. 2
      src/files.h

2
src/files.h

@ -14,7 +14,7 @@ const std::string configjson =
" \"gtk_theme\": {\n" " \"gtk_theme\": {\n"
" \"name_comment\": \"Use \\\"\\\" for default theme, At least these two exist on all systems: Adwaita, Raleigh\",\n" " \"name_comment\": \"Use \\\"\\\" for default theme, At least these two exist on all systems: Adwaita, Raleigh\",\n"
" \"name\": \"\",\n" " \"name\": \"\",\n"
" \"variant_comment\": \"Use \\\"\\\" for default variant, and \\\"dark\\\" for dark theme variant\",\n" " \"variant_comment\": \"Use \\\"\\\" for default variant, and \\\"dark\\\" for dark theme variant. Note that not all themes support dark variant, but for instance Adwaita does\",\n"
" \"variant\": \"\"\n" " \"variant\": \"\"\n"
" },\n" " },\n"
" \"terminal\": {\n" " \"terminal\": {\n"

Loading…
Cancel
Save