diff --git a/js/ui/workspaces.js b/js/ui/workspaces.js index 7da0e40ec..2325b5abb 100644 --- a/js/ui/workspaces.js +++ b/js/ui/workspaces.js @@ -36,10 +36,10 @@ FRAME_COLOR.from_pixel(0xffffffff); // is relative to the width of the workspace. const POSITIONS = { 1: [[0.5, 0.5, 0.8]], - 2: [[0.25, 0.5, 0.4], [0.75, 0.5, 0.4]], - 3: [[0.25, 0.25, 0.33], [0.75, 0.25, 0.33], [0.5, 0.75, 0.33]], - 4: [[0.25, 0.25, 0.33], [0.75, 0.25, 0.33], [0.75, 0.75, 0.33], [0.25, 0.75, 0.33]], - 5: [[0.165, 0.25, 0.28], [0.495, 0.25, 0.28], [0.825, 0.25, 0.28], [0.25, 0.75, 0.4], [0.75, 0.75, 0.4]] + 2: [[0.25, 0.5, 0.45], [0.75, 0.5, 0.45]], + 3: [[0.25, 0.25, 0.45], [0.75, 0.25, 0.45], [0.5, 0.75, 0.45]], + 4: [[0.25, 0.25, 0.45], [0.75, 0.25, 0.45], [0.75, 0.75, 0.45], [0.25, 0.75, 0.45]], + 5: [[0.165, 0.25, 0.30], [0.495, 0.25, 0.30], [0.825, 0.25, 0.30], [0.25, 0.75, 0.30], [0.75, 0.75, 0.30]] }; // Spacing between workspaces. At the moment, the same spacing is used