(feat) Added polychromatic config
This commit is contained in:
50
.config/polychromatic/colours.json
Normal file
50
.config/polychromatic/colours.json
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"hex": "#FFFFFF",
|
||||||
|
"name": "White"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hex": "#FF0000",
|
||||||
|
"name": "Red"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hex": "#00FF00",
|
||||||
|
"name": "Green"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hex": "#0000FF",
|
||||||
|
"name": "Blue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hex": "#00FFFF",
|
||||||
|
"name": "Aqua"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hex": "#FFA500",
|
||||||
|
"name": "Orange"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hex": "#FF00FF",
|
||||||
|
"name": "Pink"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hex": "#8000FF",
|
||||||
|
"name": "Purple"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hex": "#FFFF00",
|
||||||
|
"name": "Yellow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hex": "#C0C0C0",
|
||||||
|
"name": "Light Grey"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hex": "#7F7F7F",
|
||||||
|
"name": "Dark Grey"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hex": "#000000",
|
||||||
|
"name": "Black"
|
||||||
|
}
|
||||||
|
]
|
34
.config/polychromatic/preferences.json
Normal file
34
.config/polychromatic/preferences.json
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"config_version": 8,
|
||||||
|
"controller": {
|
||||||
|
"download_device_images": true,
|
||||||
|
"landing_tab": 0,
|
||||||
|
"show_menu_bar": true,
|
||||||
|
"system_qt_theme": false,
|
||||||
|
"toolbar_style": 3,
|
||||||
|
"window_behaviour": 0
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"hide_key_labels": false,
|
||||||
|
"live_preview": true,
|
||||||
|
"show_saved_colour_shades": true,
|
||||||
|
"suppress_confirm_dialog": false,
|
||||||
|
"system_cursors": false
|
||||||
|
},
|
||||||
|
"geometry": {
|
||||||
|
"editor_window_pos_x": 0,
|
||||||
|
"editor_window_pos_y": 0,
|
||||||
|
"editor_window_size_x": 1000,
|
||||||
|
"editor_window_size_y": 600,
|
||||||
|
"main_window_pos_x": 0,
|
||||||
|
"main_window_pos_y": 0,
|
||||||
|
"main_window_size_x": 1000,
|
||||||
|
"main_window_size_y": 600
|
||||||
|
},
|
||||||
|
"tray": {
|
||||||
|
"autostart": true,
|
||||||
|
"autostart_delay": 0,
|
||||||
|
"icon": "img/tray/light/polychromatic.svg",
|
||||||
|
"mode": 0
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user