Preview BuildTukeySheets is currently a preview build — expect frequent updates.

Themes

Ready-to-use themes for TukeySheets, adapted from popular color schemes. Each ships an app theme (the spreadsheet chrome) and a matching plot theme (chart frame and palette).

Save the app theme to ~/.config/tukeysheets/themes/app/{id}.json and the plot theme to ~/.config/tukeysheets/themes/plots/{id}.json. Activate them via system_dark_theme and plot_theme_id in config.json. See the App Themes and Plot Themes pages for the full schemas.

Gruvbox

Gruvbox theme screenshot

App theme

{
  "name": "Gruvbox",
  "appearance": "dark",
  "colors": {
    "bg_app": "#282828",
    "bg_panel": "#32302f",
    "bg_tab": "#1d2021",
    "bg_tab_active": "#3c3836",
    "border_subtle": "#504945",
    "text_primary": "#ebdbb2",
    "text_muted": "#a89984",
    "accent": "#fabd2f",
    "toolbar_bg": "#3c3836",
    "toolbar_text": "#ebdbb2",
    "toolbar_border": "#504945",
    "formula_bar_bg": "#282828",
    "formula_bar_text": "#ebdbb2",
    "cell_bg": "#282828",
    "cell_text": "#ebdbb2",
    "cell_alt_bg": "#32302f",
    "grid_line": "#504945",
    "header_bg": "#3c3836",
    "header_text": "#fbf1c7",
    "header_border": "#665c54",
    "cursor_bg": "#fabd2f33",
    "cursor_border": "#fabd2f",
    "selection_bg": "#83a59844",
    "formula_keyword": "#fb4934",
    "formula_operator": "#ebdbb2",
    "formula_literal": "#b8bb26",
    "formula_ghost": "#665c54",
    "formula_refs": ["#8ec07c", "#83a598", "#d3869b", "#fe8019", "#fabd2f", "#b8bb26"],
    "autocomplete_bg": "#3c3836",
    "autocomplete_border": "#665c54",
    "autocomplete_sel_bg": "#504945",
    "autocomplete_text": "#ebdbb2",
    "autocomplete_hint": "#a89984",
    "editor_bg": "#282828",
    "editor_fg": "#ebdbb2",
    "console_request": "#83a598",
    "console_response": "#ebdbb2",
    "console_error": "#fb4934"
  },
  "typography": {
    "font_family": "Helvetica Neue, Arial, sans-serif",
    "mono_font_family": "JetBrains Mono, Menlo, Consolas, DejaVu Sans Mono, monospace"
  }
}

Plot theme

{
  "name": "Gruvbox",
  "appearance": "dark",
  "frame": {
    "name": "Gruvbox",
    "panel_border": "box",
    "panel_border_width": 1.0,
    "axes": { "x": true, "y": true, "x_top": false, "y_right": false },
    "ticks": {
      "x": true, "y": true, "x_top": false, "y_right": false,
      "direction": "out", "length": 4.0, "width": 1.0
    },
    "grid": {
      "x_major": false, "y_major": true, "x_minor": false, "y_minor": false,
      "major_width": 0.5, "minor_width": 0.25
    },
    "axis_line_width": 1.0,
    "typography_sizes": { "axis": 10.0, "title": 12.0 }
  },
  "palette": {
    "name": "Gruvbox",
    "appearance": "dark",
    "bg": "#282828",
    "panel_bg": "#282828",
    "axis": "#ebdbb2",
    "grid_major": "#504945",
    "grid_minor": "#3c3836",
    "text": "#ebdbb2",
    "text_title": "#fbf1c7",
    "mark": "#fe8019",
    "series": ["#fe8019", "#83a598", "#b8bb26", "#fb4934", "#d3869b", "#8ec07c", "#fabd2f", "#a89984"]
  },
  "typography": {
    "name": "Gruvbox",
    "family": "Helvetica Neue, Arial, sans-serif",
    "family_title": null,
    "weight_axis": "400",
    "weight_title": "700"
  }
}

Nord

Nord theme screenshot

App theme

{
  "name": "Nord",
  "appearance": "dark",
  "colors": {
    "bg_app": "#2e3440",
    "bg_panel": "#3b4252",
    "bg_tab": "#2e3440",
    "bg_tab_active": "#434c5e",
    "border_subtle": "#434c5e",
    "text_primary": "#d8dee9",
    "text_muted": "#616e88",
    "accent": "#88c0d0",
    "toolbar_bg": "#3b4252",
    "toolbar_text": "#d8dee9",
    "toolbar_border": "#434c5e",
    "formula_bar_bg": "#2e3440",
    "formula_bar_text": "#d8dee9",
    "cell_bg": "#2e3440",
    "cell_text": "#d8dee9",
    "cell_alt_bg": "#353c4a",
    "grid_line": "#434c5e",
    "header_bg": "#3b4252",
    "header_text": "#eceff4",
    "header_border": "#4c566a",
    "cursor_bg": "#88c0d033",
    "cursor_border": "#88c0d0",
    "selection_bg": "#81a1c144",
    "formula_keyword": "#81a1c1",
    "formula_operator": "#d8dee9",
    "formula_literal": "#a3be8c",
    "formula_ghost": "#4c566a",
    "formula_refs": ["#8fbcbb", "#88c0d0", "#b48ead", "#d08770", "#ebcb8b", "#a3be8c"],
    "autocomplete_bg": "#3b4252",
    "autocomplete_border": "#4c566a",
    "autocomplete_sel_bg": "#434c5e",
    "autocomplete_text": "#d8dee9",
    "autocomplete_hint": "#616e88",
    "editor_bg": "#2e3440",
    "editor_fg": "#d8dee9",
    "console_request": "#88c0d0",
    "console_response": "#d8dee9",
    "console_error": "#bf616a"
  },
  "typography": {
    "font_family": "Helvetica Neue, Arial, sans-serif",
    "mono_font_family": "JetBrains Mono, Menlo, Consolas, DejaVu Sans Mono, monospace"
  }
}

Plot theme

{
  "name": "Nord",
  "appearance": "dark",
  "frame": {
    "name": "Nord",
    "panel_border": "box",
    "panel_border_width": 1.0,
    "axes": { "x": true, "y": true, "x_top": false, "y_right": false },
    "ticks": {
      "x": true, "y": true, "x_top": false, "y_right": false,
      "direction": "out", "length": 4.0, "width": 1.0
    },
    "grid": {
      "x_major": false, "y_major": true, "x_minor": false, "y_minor": false,
      "major_width": 0.5, "minor_width": 0.25
    },
    "axis_line_width": 1.0,
    "typography_sizes": { "axis": 10.0, "title": 12.0 }
  },
  "palette": {
    "name": "Nord",
    "appearance": "dark",
    "bg": "#2e3440",
    "panel_bg": "#2e3440",
    "axis": "#d8dee9",
    "grid_major": "#434c5e",
    "grid_minor": "#3b4252",
    "text": "#d8dee9",
    "text_title": "#eceff4",
    "mark": "#88c0d0",
    "series": ["#88c0d0", "#bf616a", "#a3be8c", "#ebcb8b", "#b48ead", "#d08770", "#8fbcbb", "#81a1c1"]
  },
  "typography": {
    "name": "Nord",
    "family": "Helvetica Neue, Arial, sans-serif",
    "family_title": null,
    "weight_axis": "400",
    "weight_title": "700"
  }
}