charlotte.sh

-.-. .... .- .-. .-.. --- - - . -.-. .-. --- -.-. .

Burlington, VT  ·  github.com/charlottecroce


Fruitbasket

A fruit-toned color scheme for VS Code and terminal emulators.

Currently showing Fruitbasket Dark

Palette

Normal
black
64, 49, 5842, 31, 36
red
188, 31, 104210, 59, 128
green
63, 104, 65106, 154, 108
yellow
150, 101, 10224, 189, 108
blue
44, 86, 174140, 175, 240
magenta
211, 63, 124220, 84, 143
cyan
27, 122, 13477, 172, 184
white
230, 219, 224229, 229, 229
Bright
bright black
138, 117, 128122, 122, 122
bright red
211, 63, 124255, 138, 200
bright green
81, 128, 83138, 182, 140
bright yellow
176, 126, 26240, 203, 122
bright blue
63, 106, 192122, 159, 232
bright magenta
196, 36, 114255, 184, 217
bright cyan
39, 147, 160122, 202, 213
bright white
251, 242, 245255, 255, 255
Interface
background
251, 242, 24530, 26, 29
foreground
64, 49, 58229, 229, 229
cursor
188, 31, 104220, 84, 143

Terminal

— bash — 80×24
charlotte@fruitbasket ~/projects $ ls --color
website  deploy.sh  fruitbasket.colorscheme  README.md
charlotte@fruitbasket ~/projects $ git status
On branch main
Your branch is ahead of 'origin/main' by 2 commits.

Changes not staged for commit:
  modified:   siem/pipeline.conf
  modified:   roles/elastic.yml

charlotte@fruitbasket ~/projects $ 

Editor

harvest.py
1   # fruitbasket theme demo
2   def harvest(basket):
3       fruits = ["cherry", "plum", "peach"]
4       for i, fruit in enumerate(fruits):
5           print(f"{i}: {fruit}")
6       return len(basket) + 3

Get Fruitbasket

Two matching variants — one for your editor, one for your terminal.