Skip to content

Instantly share code, notes, and snippets.

@jackwotherspoon
Last active December 3, 2025 03:43
Show Gist options
  • Select an option

  • Save jackwotherspoon/4c81c84fca03d9233044a12ab4498559 to your computer and use it in GitHub Desktop.

Select an option

Save jackwotherspoon/4c81c84fca03d9233044a12ab4498559 to your computer and use it in GitHub Desktop.
Holiday theme for Gemini CLI 🎁
{
"ui": {
"theme": "Holiday",
"customThemes": {
"Holiday": {
"name": "Holiday",
"type": "custom",
"Background": "#151B18",
"Foreground": "#F0F8FF",
"LightBlue": "#B0E0E6",
"AccentBlue": "#3CB371",
"AccentPurple": "#FF9999",
"AccentCyan": "#33F9FF",
"AccentGreen": "#3CB371",
"AccentYellow": "#FFEE8C",
"AccentRed": "#FF6347",
"Comment": "#8FBC8F",
"Gray": "#D7F5D3",
"DiffAdded": "#2E8B57",
"DiffRemoved": "#CD5C5C",
"DiffModified": "#DAA520",
"GradientColors": ["#FF0000","#FFFFFF","#008000"]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment