import type { Theme } from '../types'; export const solarizeddark: Theme = { name: 'Solarized Dark', colors: { background: '#002b36', surface: '#073642', surfaceHover: '#094551', border: '#586e75', text: '#839496', textSecondary: '#657b83', accent: '#268bd2', accentHover: '#2aa198', accentText: '#002b36', input: '#073642', inputBorder: '#586e75', inputBorderFocus: '#268bd2', button: '#073642', buttonHover: '#094551', danger: '#dc322f', dangerHover: '#cb4b16', dangerText: '#fdf6e3', warning: '#b58900', warningHover: '#cb4b16', warningText: '#002b36', info: '#2aa198', infoHover: '#268bd2', infoText: '#002b36', success: '#859900', successHover: '#719600', successText: '#002b36', }, editor: { background: '#002b36', foreground: '#839496', caret: '#839496', selection: '#073642', activeLine: '#073642', gutter: '#002b36', gutterText: '#586e75', activeLineGutter: '#073642', lineNumber: '#586e75', }, syntax: { keyword: '#859900', operator: '#859900', string: '#2aa198', number: '#d33682', boolean: '#268bd2', comment: '#586e75', function: '#268bd2', class: '#b58900', variable: '#839496', property: '#839496', constant: '#cb4b16', type: '#b58900', tag: '#268bd2', attribute: '#93a1a1', }, };