123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489 |
- {
- "saving.scrap_prefix": "~/MyPaint/scrap",
- "input.device_mode": "screen",
- "input.global_pressure_mapping": [
- [
- 0.0,
- 1.0
- ],
- [
- 1.0,
- 0.0
- ]
- ],
- "input.use_barrel_rotation": true,
- "input.barrel_rotation_subtract_ascension": true,
- "input.barrel_rotation_offset": 0.5,
- "view.default_zoom": 1.0,
- "view.real_alpha_checks": true,
- "ui.hide_menubar_in_fullscreen": true,
- "ui.hide_toolbar_in_fullscreen": true,
- "ui.hide_subwindows_in_fullscreen": true,
- "ui.parts": {
- "main_toolbar": true,
- "menubar": true
- },
- "ui.feedback.scale": false,
- "ui.feedback.last_pos": false,
- "ui.toolbar_items": {
- "toolbar1_file": true,
- "toolbar1_scrap": false,
- "toolbar1_edit": true,
- "toolbar1_blendmodes": false,
- "toolbar1_linemodes": true,
- "toolbar1_view_modes": true,
- "toolbar1_view_manips": false,
- "toolbar1_view_resets": true
- },
- "ui.toolbar_icon_size": "large",
- "ui.dark_theme_variant": true,
- "ui.rendered_tile_cache_size": 16384,
- "saving.default_format": "openraster",
- "brushmanager.selected_brush": "deevad/basic_digital_brush",
- "brushmanager.selected_groups": [],
- "frame.color_rgba": [
- 0.12,
- 0.12,
- 0.12,
- 0.92
- ],
- "misc.context_restores_color": true,
- "document.autosave_backups": true,
- "document.autosave_interval": 10,
- "display.colorspace_EOTF": 2.2,
- "display.colorspace": "srgb",
- "scratchpad.last_opened_scratchpad": "/home/haelwenn/.local/share/mypaint/scratchpads/autosave.ora",
- "workspace.layout": {
- "left_sidebar": {
- "groups": [
- {
- "tools": [
- [
- "MyPaintModeOptionsTool"
- ]
- ],
- "active_page": 0,
- "w": 253,
- "h": 476
- },
- {
- "tools": [
- [
- "MyPaintScratchpadTool"
- ]
- ],
- "active_page": 0,
- "w": 253,
- "h": 241
- },
- {
- "tools": [
- [
- "MyPaintHCYWheelTool"
- ]
- ],
- "active_page": 0,
- "w": 253,
- "h": 228
- },
- {
- "tools": [],
- "active_page": -1
- }
- ],
- "w": 253,
- "h": 962
- },
- "right_sidebar": {
- "groups": [
- {
- "tools": [
- [
- "MyPaintLayersTool"
- ],
- [
- "MyPaintHistoryPanel"
- ]
- ],
- "active_page": 0,
- "w": 257,
- "h": 672
- },
- {
- "tools": [
- [
- "MyPaintPreviewTool"
- ]
- ],
- "active_page": 0,
- "w": 257,
- "h": 278
- },
- {
- "tools": [],
- "active_page": -1
- }
- ],
- "w": 257,
- "h": 962
- },
- "floating": [],
- "position": {},
- "autohide": true,
- "fullscreen": false,
- "maximized": true
- },
- "input.button_mapping": {
- "Button2": "PanViewMode",
- "<Shift>Button2": "RotateViewMode",
- "<Primary>Button2": "ZoomViewMode",
- "<Alt>Button2": "ZoomViewMode",
- "<Primary><Shift>Button2": "FrameEditMode",
- "<Shift><Alt>Button2": "FrameEditMode",
- "Button3": "ShowPopupMenu"
- },
- "compat_behavior_when_unknown": "unless-pigment-layer-1.x",
- "default_compatibility_mode": "2.x",
- "compability_settings": {
- "1.x": {
- "pigment_on_by_default": false,
- "pigment_layer_is_default": false
- },
- "2.x": {
- "pigment_on_by_default": true,
- "pigment_layer_is_default": true
- }
- },
- "command.max_undo_stack_size": 40,
- "input.devices": {
- "Wayland Pointer:mouse:2": {},
- "Wayland Finger Scrolling:touchpad:2": {}
- },
- "colors.current": "#285335",
- "colors.palette": {
- "name": "MyPaint Default",
- "columns": 7,
- "entries": [
- [
- "#000000",
- "Black"
- ],
- [
- "#262626",
- "Gray 15"
- ],
- [
- "#4d4d4d",
- "Grey 30"
- ],
- [
- "#808080",
- "Grey 50"
- ],
- [
- "#ababab",
- "Grey 67"
- ],
- [
- "#d9d9d9",
- "Grey 85"
- ],
- [
- "#ffffff",
- "White"
- ],
- [
- "#800000",
- "Maroon"
- ],
- [
- "#d10000",
- "English-red"
- ],
- [
- "#ff3622",
- "Tomato"
- ],
- [
- "#fc3c03",
- "Orange-red"
- ],
- [
- "#ff8c69",
- "Salmon"
- ],
- [
- "#fce820",
- "Cadium-yellow"
- ],
- [
- "#f3fd25",
- "Lemon yellow"
- ],
- [
- "#790523",
- "Dark crimson"
- ],
- [
- "#a9203e",
- "Deep carmine"
- ],
- [
- "#ff8c00",
- "Orange"
- ],
- [
- "#ffa812",
- "Dark tangerine"
- ],
- [
- "#d99058",
- "Persian orange"
- ],
- [
- "#c2b280",
- "Sand"
- ],
- [
- "#ffe5b4",
- "Peach"
- ],
- [
- "#64362e",
- "Bole"
- ],
- [
- "#6c2934",
- "Dark cordovan"
- ],
- [
- "#a3412c",
- "Chestnut"
- ],
- [
- "#e48864",
- "Dark salmon"
- ],
- [
- "#ffc38f",
- "Apricot"
- ],
- [
- "#ffdbbc",
- "Unbleached silk"
- ],
- [
- "#f2e3c6",
- "Straw"
- ],
- [
- "#35130d",
- "Bistre"
- ],
- [
- "#542a0e",
- "Dark chocolate"
- ],
- [
- "#66332b",
- "Burnt sienna"
- ],
- [
- "#b84200",
- "Sienna"
- ],
- [
- "#d8990c",
- "Yellow ochre"
- ],
- [
- "#d2b48c",
- "Tan"
- ],
- [
- "#e8cc90",
- "Dark wheat"
- ],
- [
- "#003153",
- "Prussian blue"
- ],
- [
- "#304577",
- "Dark grey blue"
- ],
- [
- "#0047ab",
- "Cobalt blue"
- ],
- [
- "#1f75fe",
- "Blue"
- ],
- [
- "#78b4ff",
- "Bright french blue"
- ],
- [
- "#abc8ff",
- "Bright steel blue"
- ],
- [
- "#d0e7ff",
- "Ice blue"
- ],
- [
- "#1e333a",
- "Medium jungle green"
- ],
- [
- "#2f4f4f",
- "Dark slate grey"
- ],
- [
- "#4a685d",
- "Dark grullo green"
- ],
- [
- "#008080",
- "Teal"
- ],
- [
- "#43aab0",
- "Turquoise"
- ],
- [
- "#6daec7",
- "Cerulean frost"
- ],
- [
- "#add9ba",
- "Tiffany green"
- ],
- [
- "#16221d",
- "Gray-asparagus"
- ],
- [
- "#24302d",
- "Medium dark teal"
- ],
- [
- "#4a685d",
- "Xanadu"
- ],
- [
- "#77c679",
- "Mint"
- ],
- [
- "#afcdb6",
- "Timberwolf"
- ],
- [
- "#b9f5f6",
- "Celeste"
- ],
- [
- "#c1ffea",
- "Aquamarine"
- ],
- [
- "#1d3423",
- "Cal Poly Pomona"
- ],
- [
- "#014421",
- "Forest green"
- ],
- [
- "#2a8000",
- "Napier green"
- ],
- [
- "#808000",
- "Olive"
- ],
- [
- "#419c69",
- "Sea green"
- ],
- [
- "#bdf61d",
- "Green-yellow"
- ],
- [
- "#e7f486",
- "Bright chartreuse"
- ],
- [
- "#8a1789",
- "Purple"
- ],
- [
- "#4e278a",
- "Violet"
- ],
- [
- "#c14b6e",
- "Dark thulian pink"
- ],
- [
- "#de3163",
- "Cerise"
- ],
- [
- "#ff1493",
- "Deep pink"
- ],
- [
- "#ff66cc",
- "Rose pink"
- ],
- [
- "#ffcbdb",
- "Pink"
- ],
- [
- "#ffffff",
- "White"
- ],
- [
- "#e51101",
- "RGB Red"
- ],
- [
- "#00ff00",
- "RGB Green"
- ],
- [
- "#0000ff",
- "RGB Blue"
- ],
- [
- "#00ffff",
- "CMYK Cyan"
- ],
- [
- "#ff00ff",
- "CMYK Magenta"
- ],
- [
- "#ffff00",
- "CMYK Yellow"
- ]
- ]
- },
- "ui.support_smooth_scrolling": true,
- "ui.blink_layers": true,
- "ui.file_compat_warning_mild": true,
- "ui.file_compat_warning_severe": true,
- "colors.history": [
- "#336699",
- "#44aa66",
- "#aa6633",
- "#003153",
- "#285335"
- ],
- "preview.show_viewfinder": true
- }
|