- Improved `accordion.hover` theme color default fallback to `accent`. - Fix incorrect Accordion border top radius on hover. - Removed unused `accordion.active.background` theme variable. <img width="1106" height="799" alt="image" src="https://github.com/user-attachments/assets/3b1d3e56-7e77-4118-ac3c-231c6571940a" />
146 lines
4.2 KiB
JSON
146 lines
4.2 KiB
JSON
{
|
|
"$schema": "https://github.com/longbridge/gpui-component/raw/refs/heads/main/.theme-schema.json",
|
|
"name": "Jellybeans",
|
|
"author": "nanotech",
|
|
"url": "https://github.com/nanotech/jellybeans.vim",
|
|
"themes": [
|
|
{
|
|
"name": "Jellybeans",
|
|
"mode": "dark",
|
|
"colors": {
|
|
"accent.background": "#232323",
|
|
"accent.foreground": "#e8e8e8",
|
|
"background": "#151515",
|
|
"border": "#2e2e2e",
|
|
"danger.foreground": "#151515",
|
|
"foreground": "#E8E8D3",
|
|
"input.border": "#4E4847",
|
|
"link.active.foreground": "#97bedc",
|
|
"link.foreground": "#97bedc",
|
|
"link.hover.foreground": "#97bedc",
|
|
"list.active.background": "#97bedc11",
|
|
"list.active.border": "#97bedc44",
|
|
"list.even.background": "#1C1C1C",
|
|
"muted.background": "#3a3a3a",
|
|
"muted.foreground": "#767676",
|
|
"panel.background": "#151515",
|
|
"popover.background": "#151515",
|
|
"popover.foreground": "#e8e8e8",
|
|
"primary.background": "#97bedc",
|
|
"primary.foreground": "#151515",
|
|
"scrollbar.background": "#26262633",
|
|
"scrollbar.thumb.background": "#6e6e6e",
|
|
"secondary.background": "#2a2a2a",
|
|
"secondary.active.background": "#252525",
|
|
"secondary.foreground": "#e8e8e8",
|
|
"secondary.hover.background": "#303030",
|
|
"tab.active.background": "#151515",
|
|
"tab.active.foreground": "#e8e8e8",
|
|
"tab.background": "#10101000",
|
|
"tab.foreground": "#969696",
|
|
"tab_bar.background": "#101010",
|
|
"title_bar.background": "#101010",
|
|
"title_bar.border": "#2e2e2e",
|
|
"base.red": "#e27373",
|
|
"base.red.light": "#ffa1a1",
|
|
"base.green": "#94b979",
|
|
"base.green.light": "#bddeab",
|
|
"base.yellow": "#ffba7b",
|
|
"base.yellow.light": "#ffdca0",
|
|
"base.blue": "#97bedc",
|
|
"base.blue.light": "#b1d8f6",
|
|
"base.magenta": "#B294BB",
|
|
"base.magenta.light": "#fbdaff",
|
|
"base.cyan": "#00988e",
|
|
"base.cyan.light": "#1ab2a8"
|
|
},
|
|
"highlight": {
|
|
"editor.foreground": "#DDDDDD",
|
|
"editor.background": "#000000",
|
|
"editor.active_line.background": "#131313",
|
|
"editor.line_number": "#8F8F8F",
|
|
"editor.active_line_number": "#DDDDDD",
|
|
"conflict": "#D2602D",
|
|
"created": "#3f72e2",
|
|
"hidden": "#9E9E9E",
|
|
"hint": "#b283f8",
|
|
"modified": "#B0A878",
|
|
"predictive": "#5D5945",
|
|
"syntax": {
|
|
"attribute": {
|
|
"color": "#be9a52"
|
|
},
|
|
"boolean": {
|
|
"color": "#E1D797"
|
|
},
|
|
"comment": {
|
|
"color": "#9E9E9E"
|
|
},
|
|
"comment.doc": {
|
|
"color": "#9E9E9E"
|
|
},
|
|
"constant": {
|
|
"color": "#E1D797"
|
|
},
|
|
"constructor": {
|
|
"color": "#b5af9a"
|
|
},
|
|
"embedded": {
|
|
"color": "#CACCCA"
|
|
},
|
|
"function": {
|
|
"color": "#E1D797"
|
|
},
|
|
"keyword": {
|
|
"color": "#E19773"
|
|
},
|
|
"link_text": {
|
|
"color": "#A86D3B",
|
|
"font_style": "normal"
|
|
},
|
|
"link_uri": {
|
|
"color": "#6F6D66",
|
|
"font_style": "italic"
|
|
},
|
|
"number": {
|
|
"color": "#E19773"
|
|
},
|
|
"string": {
|
|
"color": "#76BA53"
|
|
},
|
|
"string.escape": {
|
|
"color": "#76BA53"
|
|
},
|
|
"string.regex": {
|
|
"color": "#76BA53"
|
|
},
|
|
"string.special": {
|
|
"color": "#E1D797"
|
|
},
|
|
"string.special.symbol": {
|
|
"color": "#E1D797"
|
|
},
|
|
"tag": {
|
|
"color": "#b5af9a"
|
|
},
|
|
"text.literal": {
|
|
"color": "#E1D797"
|
|
},
|
|
"title": {
|
|
"color": "#A76D3B",
|
|
"font_weight": 600
|
|
},
|
|
"type": {
|
|
"color": "#A86D3B"
|
|
},
|
|
"property": {
|
|
"color": "#CACCCA"
|
|
},
|
|
"variable.special": {
|
|
"color": "#E19773"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|