Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Themes - How to change color of the buttons?
#1
Photo 
I address this question to those who know how to create themes. I don’t know what property can be used to adjust the color of some buttons (tab control button, close, maximize, etc.) and recolor the borders around the active tab and on the borders around the toolbar. I have looked at several manuals, but nowhere is there an answer to my question. Is this possible or are these items not configurable?

[Image: T8ec0zN.png]


Manifest code:
Code:
{
  "manifest_version": 2,
  "version": "1.27",
  "name": "Blue Theme",
  "theme": {
    "images" : { //чтобы добавить картинки
        "theme_frame": "images/frame.png", //фон окна
        "theme_frame_inactive": "images/frame.png", //inactive это для элементов когда окно неактивно
        "theme_frame_incognito": "images/frame.png", //incognito это для инкогнито
        "theme_frame_incognito_inactive": "images/frame.png", // тут понятно..
        "theme_toolbar": "images/toolbar.png",  //фон текущей вкладки и панели инструментов
        "theme_tab_background_incognito": "images/tab_incog.png",
        "theme_tab_background": "images/tab.png", //фон остальных вкладок
        "theme_ntp_background": "images/bg.png", //фон new tab page для хрома и подобных ему
        "theme_button_background": "images/button.png" //фон кнопок
    },
    "colors" : { //чтобы поменять цвета
        "frame": [ 143, 160, 185 ], //фон окна
        "frame_inactive": [ 164, 174, 190 ],
        "frame_incognito": [ 143, 160, 185 ],
        "frame_incognito_inactive": [ 164, 174, 190 ],
        "toolbar": [ 143, 160, 185 ], //фон панели
        "tab_text": [ 255, 255, 255 ], //цвет текста текущей вкладки
        "tab_text_inactive": [ 255, 255, 255 ],
        "tab_background_text": [ 203, 213, 227 ], //цвет текста остальных вкладок
        "tab_background_text_inactive": [ 203, 213, 227 ],
        "bookmark_text": [ 255, 255, 255 ], //цвет текста закладки
        "ntp_background": [  143, 160, 185 ] //фон new tab page
       
    },
    "tints" : { //специальная настройка чтобы поменять оттенки в формате hls, значение -1.0 ничего не меняет
        "buttons": [ 0, 0, 1 ], //оттенки кнопок
        "frame_inactive": [ -1.0, -1.0, -1.0 ],
        "frame_incognito": [ -1.0, -1.0, -1.0 ],
        "frame_incognito_inactive": [ -1.0, -1.0, -1.0 ],
        "background_tab": [ -1.0, -1.0, -1.0 ] // оттенки неактивной вкладки инкогнито
    },
    "properties" : { // другие настройки параметров темы
        "ntp_background_alignment": "left bottom",
        "ntp_background_repeat": "repeat-x",
        "ntp_logo_alternate": 1
    }
  }
}
Reply


Messages In This Thread
Themes - How to change color of the buttons? - by MariaArk - 05-08-2021, 12:46 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)