logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

settings.json (8512B)


  1. {
  2. "saving.scrap_prefix": "~/MyPaint/scrap",
  3. "input.device_mode": "screen",
  4. "input.global_pressure_mapping": [
  5. [
  6. 0.0,
  7. 1.0
  8. ],
  9. [
  10. 1.0,
  11. 0.0
  12. ]
  13. ],
  14. "input.use_barrel_rotation": true,
  15. "input.barrel_rotation_subtract_ascension": true,
  16. "input.barrel_rotation_offset": 0.5,
  17. "view.default_zoom": 1.0,
  18. "view.real_alpha_checks": true,
  19. "ui.hide_menubar_in_fullscreen": true,
  20. "ui.hide_toolbar_in_fullscreen": true,
  21. "ui.hide_subwindows_in_fullscreen": true,
  22. "ui.parts": {
  23. "main_toolbar": true,
  24. "menubar": true
  25. },
  26. "ui.feedback.scale": false,
  27. "ui.feedback.last_pos": false,
  28. "ui.toolbar_items": {
  29. "toolbar1_file": true,
  30. "toolbar1_scrap": false,
  31. "toolbar1_edit": true,
  32. "toolbar1_blendmodes": false,
  33. "toolbar1_linemodes": true,
  34. "toolbar1_view_modes": true,
  35. "toolbar1_view_manips": false,
  36. "toolbar1_view_resets": true
  37. },
  38. "ui.toolbar_icon_size": "large",
  39. "ui.dark_theme_variant": true,
  40. "ui.rendered_tile_cache_size": 16384,
  41. "saving.default_format": "openraster",
  42. "brushmanager.selected_brush": "deevad/basic_digital_brush",
  43. "brushmanager.selected_groups": [],
  44. "frame.color_rgba": [
  45. 0.12,
  46. 0.12,
  47. 0.12,
  48. 0.92
  49. ],
  50. "misc.context_restores_color": true,
  51. "document.autosave_backups": true,
  52. "document.autosave_interval": 10,
  53. "display.colorspace_EOTF": 2.2,
  54. "display.colorspace": "srgb",
  55. "scratchpad.last_opened_scratchpad": "/home/haelwenn/.local/share/mypaint/scratchpads/autosave.ora",
  56. "workspace.layout": {
  57. "left_sidebar": {
  58. "groups": [
  59. {
  60. "tools": [
  61. [
  62. "MyPaintModeOptionsTool"
  63. ]
  64. ],
  65. "active_page": 0,
  66. "w": 253,
  67. "h": 476
  68. },
  69. {
  70. "tools": [
  71. [
  72. "MyPaintScratchpadTool"
  73. ]
  74. ],
  75. "active_page": 0,
  76. "w": 253,
  77. "h": 241
  78. },
  79. {
  80. "tools": [
  81. [
  82. "MyPaintHCYWheelTool"
  83. ]
  84. ],
  85. "active_page": 0,
  86. "w": 253,
  87. "h": 228
  88. },
  89. {
  90. "tools": [],
  91. "active_page": -1
  92. }
  93. ],
  94. "w": 253,
  95. "h": 962
  96. },
  97. "right_sidebar": {
  98. "groups": [
  99. {
  100. "tools": [
  101. [
  102. "MyPaintLayersTool"
  103. ],
  104. [
  105. "MyPaintHistoryPanel"
  106. ]
  107. ],
  108. "active_page": 0,
  109. "w": 257,
  110. "h": 672
  111. },
  112. {
  113. "tools": [
  114. [
  115. "MyPaintPreviewTool"
  116. ]
  117. ],
  118. "active_page": 0,
  119. "w": 257,
  120. "h": 278
  121. },
  122. {
  123. "tools": [],
  124. "active_page": -1
  125. }
  126. ],
  127. "w": 257,
  128. "h": 962
  129. },
  130. "floating": [],
  131. "position": {},
  132. "autohide": true,
  133. "fullscreen": false,
  134. "maximized": true
  135. },
  136. "input.button_mapping": {
  137. "Button2": "PanViewMode",
  138. "<Shift>Button2": "RotateViewMode",
  139. "<Primary>Button2": "ZoomViewMode",
  140. "<Alt>Button2": "ZoomViewMode",
  141. "<Primary><Shift>Button2": "FrameEditMode",
  142. "<Shift><Alt>Button2": "FrameEditMode",
  143. "Button3": "ShowPopupMenu"
  144. },
  145. "compat_behavior_when_unknown": "unless-pigment-layer-1.x",
  146. "default_compatibility_mode": "2.x",
  147. "compability_settings": {
  148. "1.x": {
  149. "pigment_on_by_default": false,
  150. "pigment_layer_is_default": false
  151. },
  152. "2.x": {
  153. "pigment_on_by_default": true,
  154. "pigment_layer_is_default": true
  155. }
  156. },
  157. "command.max_undo_stack_size": 40,
  158. "input.devices": {
  159. "Wayland Pointer:mouse:2": {},
  160. "Wayland Finger Scrolling:touchpad:2": {}
  161. },
  162. "colors.current": "#285335",
  163. "colors.palette": {
  164. "name": "MyPaint Default",
  165. "columns": 7,
  166. "entries": [
  167. [
  168. "#000000",
  169. "Black"
  170. ],
  171. [
  172. "#262626",
  173. "Gray 15"
  174. ],
  175. [
  176. "#4d4d4d",
  177. "Grey 30"
  178. ],
  179. [
  180. "#808080",
  181. "Grey 50"
  182. ],
  183. [
  184. "#ababab",
  185. "Grey 67"
  186. ],
  187. [
  188. "#d9d9d9",
  189. "Grey 85"
  190. ],
  191. [
  192. "#ffffff",
  193. "White"
  194. ],
  195. [
  196. "#800000",
  197. "Maroon"
  198. ],
  199. [
  200. "#d10000",
  201. "English-red"
  202. ],
  203. [
  204. "#ff3622",
  205. "Tomato"
  206. ],
  207. [
  208. "#fc3c03",
  209. "Orange-red"
  210. ],
  211. [
  212. "#ff8c69",
  213. "Salmon"
  214. ],
  215. [
  216. "#fce820",
  217. "Cadium-yellow"
  218. ],
  219. [
  220. "#f3fd25",
  221. "Lemon yellow"
  222. ],
  223. [
  224. "#790523",
  225. "Dark crimson"
  226. ],
  227. [
  228. "#a9203e",
  229. "Deep carmine"
  230. ],
  231. [
  232. "#ff8c00",
  233. "Orange"
  234. ],
  235. [
  236. "#ffa812",
  237. "Dark tangerine"
  238. ],
  239. [
  240. "#d99058",
  241. "Persian orange"
  242. ],
  243. [
  244. "#c2b280",
  245. "Sand"
  246. ],
  247. [
  248. "#ffe5b4",
  249. "Peach"
  250. ],
  251. [
  252. "#64362e",
  253. "Bole"
  254. ],
  255. [
  256. "#6c2934",
  257. "Dark cordovan"
  258. ],
  259. [
  260. "#a3412c",
  261. "Chestnut"
  262. ],
  263. [
  264. "#e48864",
  265. "Dark salmon"
  266. ],
  267. [
  268. "#ffc38f",
  269. "Apricot"
  270. ],
  271. [
  272. "#ffdbbc",
  273. "Unbleached silk"
  274. ],
  275. [
  276. "#f2e3c6",
  277. "Straw"
  278. ],
  279. [
  280. "#35130d",
  281. "Bistre"
  282. ],
  283. [
  284. "#542a0e",
  285. "Dark chocolate"
  286. ],
  287. [
  288. "#66332b",
  289. "Burnt sienna"
  290. ],
  291. [
  292. "#b84200",
  293. "Sienna"
  294. ],
  295. [
  296. "#d8990c",
  297. "Yellow ochre"
  298. ],
  299. [
  300. "#d2b48c",
  301. "Tan"
  302. ],
  303. [
  304. "#e8cc90",
  305. "Dark wheat"
  306. ],
  307. [
  308. "#003153",
  309. "Prussian blue"
  310. ],
  311. [
  312. "#304577",
  313. "Dark grey blue"
  314. ],
  315. [
  316. "#0047ab",
  317. "Cobalt blue"
  318. ],
  319. [
  320. "#1f75fe",
  321. "Blue"
  322. ],
  323. [
  324. "#78b4ff",
  325. "Bright french blue"
  326. ],
  327. [
  328. "#abc8ff",
  329. "Bright steel blue"
  330. ],
  331. [
  332. "#d0e7ff",
  333. "Ice blue"
  334. ],
  335. [
  336. "#1e333a",
  337. "Medium jungle green"
  338. ],
  339. [
  340. "#2f4f4f",
  341. "Dark slate grey"
  342. ],
  343. [
  344. "#4a685d",
  345. "Dark grullo green"
  346. ],
  347. [
  348. "#008080",
  349. "Teal"
  350. ],
  351. [
  352. "#43aab0",
  353. "Turquoise"
  354. ],
  355. [
  356. "#6daec7",
  357. "Cerulean frost"
  358. ],
  359. [
  360. "#add9ba",
  361. "Tiffany green"
  362. ],
  363. [
  364. "#16221d",
  365. "Gray-asparagus"
  366. ],
  367. [
  368. "#24302d",
  369. "Medium dark teal"
  370. ],
  371. [
  372. "#4a685d",
  373. "Xanadu"
  374. ],
  375. [
  376. "#77c679",
  377. "Mint"
  378. ],
  379. [
  380. "#afcdb6",
  381. "Timberwolf"
  382. ],
  383. [
  384. "#b9f5f6",
  385. "Celeste"
  386. ],
  387. [
  388. "#c1ffea",
  389. "Aquamarine"
  390. ],
  391. [
  392. "#1d3423",
  393. "Cal Poly Pomona"
  394. ],
  395. [
  396. "#014421",
  397. "Forest green"
  398. ],
  399. [
  400. "#2a8000",
  401. "Napier green"
  402. ],
  403. [
  404. "#808000",
  405. "Olive"
  406. ],
  407. [
  408. "#419c69",
  409. "Sea green"
  410. ],
  411. [
  412. "#bdf61d",
  413. "Green-yellow"
  414. ],
  415. [
  416. "#e7f486",
  417. "Bright chartreuse"
  418. ],
  419. [
  420. "#8a1789",
  421. "Purple"
  422. ],
  423. [
  424. "#4e278a",
  425. "Violet"
  426. ],
  427. [
  428. "#c14b6e",
  429. "Dark thulian pink"
  430. ],
  431. [
  432. "#de3163",
  433. "Cerise"
  434. ],
  435. [
  436. "#ff1493",
  437. "Deep pink"
  438. ],
  439. [
  440. "#ff66cc",
  441. "Rose pink"
  442. ],
  443. [
  444. "#ffcbdb",
  445. "Pink"
  446. ],
  447. [
  448. "#ffffff",
  449. "White"
  450. ],
  451. [
  452. "#e51101",
  453. "RGB Red"
  454. ],
  455. [
  456. "#00ff00",
  457. "RGB Green"
  458. ],
  459. [
  460. "#0000ff",
  461. "RGB Blue"
  462. ],
  463. [
  464. "#00ffff",
  465. "CMYK Cyan"
  466. ],
  467. [
  468. "#ff00ff",
  469. "CMYK Magenta"
  470. ],
  471. [
  472. "#ffff00",
  473. "CMYK Yellow"
  474. ]
  475. ]
  476. },
  477. "ui.support_smooth_scrolling": true,
  478. "ui.blink_layers": true,
  479. "ui.file_compat_warning_mild": true,
  480. "ui.file_compat_warning_severe": true,
  481. "colors.history": [
  482. "#336699",
  483. "#44aa66",
  484. "#aa6633",
  485. "#003153",
  486. "#285335"
  487. ],
  488. "preview.show_viewfinder": true
  489. }