From 9940de310c4a9d1f65f020346193da157780dcbf Mon Sep 17 00:00:00 2001 From: "hermes.santos" Date: Tue, 28 Jul 2026 14:07:59 -0300 Subject: [PATCH] Add Solarized Osaka builtin theme Ship the theme as a bundled gallery preset. --- app/ui/src/services/themes/builtins.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/ui/src/services/themes/builtins.ts b/app/ui/src/services/themes/builtins.ts index a5aebc9..5063644 100644 --- a/app/ui/src/services/themes/builtins.ts +++ b/app/ui/src/services/themes/builtins.ts @@ -135,6 +135,19 @@ export const BUNDLED_THEMES: GitboxTheme[] = [ }, typography: { ...DEFAULT_TYPOGRAPHY }, }, + { + id: 'preset-solarized-osaka', name: 'Solarized Osaka', type: 'dark', builtin: true, + meta: { version: '1.0.0', author: 'GitBox', description: 'A clean dark Solarized theme inspired by craftzdog/solarized-osaka.nvim.' }, + colors: { + bg: '#00141A', bgElevated: '#002B36', bgOverlay: '#073642', surfaceHover: '#0A3B47', + border: '#073642', borderStrong: '#586E75', textStrong: '#FDF6E3', text: '#839496', textMuted: '#657B83', + accent: '#268BD2', accentHover: '#2AA198', accentFg: '#00141A', added: '#859900', removed: '#DC322F', modified: '#268BD2', + graph1: '#268BD2', graph2: '#2AA198', graph3: '#859900', graph4: '#B58900', + graph5: '#CB4B16', graph6: '#DC322F', graph7: '#D33682', graph8: '#6C71C4', + graphMarker: '#00141A', + }, + typography: { ...DEFAULT_TYPOGRAPHY }, + }, { id: 'preset-solarized-light', name: 'Solarized Light', type: 'light', builtin: true, meta: { version: '1.0.0', author: 'GitBox', description: 'Precision colors for machines and people.' },