From 85fa56bfdc90f4cad118eb250b7dadd630184da9 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sat, 5 Feb 2022 07:18:22 +0300 Subject: [PATCH] Default to mode without native header to save space and use GTK+ theme by default for style consistency with the rest of the system + clean up of the config, removed odd and probably not working parts --- chromium-default-config.json | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/chromium-default-config.json b/chromium-default-config.json index 083cd23..521962c 100644 --- a/chromium-default-config.json +++ b/chromium-default-config.json @@ -1,29 +1,15 @@ { "browser": { - "custom_chrome_frame": false + "custom_chrome_frame": true }, "extensions": { "theme": { - "colors": {}, - "id": "", - "images": {}, - "properties": {}, - "tints": {}, - "use_system": false + "use_system": true } }, "homepage": "https://rosalinux.ru", "homepage_is_newtabpage": false, "session": { "restore_on_startup": 1 - }, - "webkit": { - "webprefs": { - "default_fixed_font_size": 13, - "default_font_size": 16, - "fixed_font_family": "Droid Sans Mono", - "sansserif_font_family": "Droid Sans", - "serif_font_family": "Droid Serif" - } } }