Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,97 @@ A theme should aid your work by providing easily identifiable colours that add m
![Ruby Code in Tomorrow Night Blue](Images/Tomorrow-Night-Blue.png)
![Ruby Code in Tomorrow Night Bright](Images/Tomorrow-Night-Bright.png)

## Colour Palettes


## Colour Palettes

### Tomorrow Night
![Tomorrow Night](Images/Tomorrow-Night-Palette.png)

| Color | Hex | RGB |
|--------------|-----------|----------------------|
| Foreground | `#c5c8c6` | `rgb(197, 200, 198)` |
| Background | `#1d1f21` | `rgb(29, 31, 33)` |
| Selection | `#373b41` | `rgb(55, 59, 65)` |
| Current line | `#282a2e` | `rgb(40, 42, 46)` |
| Comment | `#969896` | `rgb(150, 152, 150)` |
| Red | `#cc6666` | `rgb(204, 102, 102)` |
| Orange | `#de935f` | `rgb(222, 147, 95)` |
| Yellow | `#f0c674` | `rgb(240, 198, 116)` |
| Green | `#b5bd68` | `rgb(181, 189, 104)` |
| Aqua | `#8abeb7` | `rgb(138, 190, 183)` |
| Blue | `#81a2be` | `rgb(129, 162, 190)` |
| Purple | `#b294bb` | `rgb(178, 148, 187)` |

### Tomorrow
![Tomorrow](Images/Tomorrow-Palette.png)

| Color | Hex | RBG |
|--------------|-----------|----------------------|
| Foreground | `#4d4d4c` | `rgb(77, 77, 76)` |
| Background | `#ffffff` | `rgb(255, 255, 255)` |
| Selection | `#d6d6d6` | `rgb(214, 214, 214)` |
| Current line | `#efefef` | `rgb(239, 239, 239)` |
| Comment | `#8e908c` | `rgb(142, 144, 140)` |
| Red | `#c82829` | `rgb(200, 40, 41)` |
| Orange | `#f5871f` | `rgb(245, 135, 31)` |
| Yellow | `#eab700` | `rgb(234, 183, 0)` |
| Green | `#718c00` | `rgb(113, 140, 0)` |
| Aqua | `#3e999f` | `rgb(62, 153, 159)` |
| Blue | `#4271ae` | `rgb(66, 113, 174)` |
| Purple | `#8959a8` | `rgb(137, 89, 168)` |

### Tomorrow Night Eighties
![Tomorrow Night Eighties](Images/Tomorrow-Night-Eighties-Palette.png)

| Color | Hex | RGB |
|--------------|-----------|----------------------|
| Foreground | `#cccccc` | `rgb(204, 204, 204)` |
| Background | `#2d2d2d` | `rgb(45, 45, 45)` |
| Selection | `#515151` | `rgb(81, 81, 81)` |
| Current line | `#393939` | `rgb(57, 57, 57)` |
| Comment | `#999999` | `rgb(153, 153, 153)` |
| Red | `#f2777a` | `rgb(242, 119, 122)` |
| Orange | `#f99157` | `rgb(249, 145, 87)` |
| Yellow | `#ffcc66` | `rgb(255, 204, 102)` |
| Green | `#99cc99` | `rgb(153, 204, 153)` |
| Aqua | `#66cccc` | `rgb(102, 204, 204)` |
| Blue | `#6699cc` | `rgb(102, 153, 204)` |
| Purple | `#cc99cc` | `rgb(204, 153, 204)` |

### Tomorrow Night Blue
![Tomorrow Night Blue](Images/Tomorrow-Night-Blue-Palette.png)

| Color | Hex | RGB |
|--------------|-----------|----------------------|
| Foreground | `#ffffff` | `rgb(255, 255, 255)` |
| Background | `#002451` | `rgb(0, 36, 81)` |
| Selection | `#003f8e` | `rgb(0, 63, 142)` |
| Current line | `#00346e` | `rgb(0, 52, 110)` |
| Comment | `#7285b7` | `rgb(114, 133, 183)` |
| Red | `#ff9da4` | `rgb(255, 157, 164)` |
| Orange | `#ffc58f` | `rgb(255, 197, 143)` |
| Yellow | `#ffeead` | `rgb(255, 238, 173)` |
| Green | `#d1f1a9` | `rgb(209, 241, 169)` |
| Aqua | `#99ffff` | `rgb(153, 255, 255)` |
| Blue | `#bbdaff` | `rgb(187, 218, 255)` |
| Purple | `#ebbbff` | `rgb(235, 187, 255)` |

### Tomorrow Night Bright
![Tomorrow Night Bright](Images/Tomorrow-Night-Bright-Palette.png)

| Color | Hex | RGB |
|--------------|-----------|----------------------|
| Foreground | `#eaeaea` | `rgb(234, 234, 234)` |
| Background | `#000000` | `rgb(0, 0, 0)` |
| Selection | `#424242` | `rgb(66, 66, 66)` |
| Current line | `#2a2a2a` | `rgb(42, 42, 42)` |
| Comment | `#969896` | `rgb(150, 152, 150)` |
| Red | `#d54e53` | `rgb(213, 78, 83)` |
| Orange | `#e78c45` | `rgb(231, 140, 69)` |
| Yellow | `#e7c547` | `rgb(231, 197, 71)` |
| Green | `#b9ca4a` | `rgb(185, 202, 74)` |
| Aqua | `#70c0b1` | `rgb(112, 192, 177)` |
| Blue | `#7aa6da` | `rgb(122, 166, 218)` |
| Purple | `#c397d8` | `rgb(195, 151, 216)` |
42 changes: 42 additions & 0 deletions Starship/tomorrow-night-blue.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Starship Tomorrow Night Blue Theme

# Inserts a blank line between shell prompts
add_newline = false

[character]
success_symbol = "[❯](bold #d1f1a9)"
error_symbol = "[❯](bold #ff9da4)"

[directory]
style = "bold #bbdaff"
read_only = " lock"

[git_branch]
style = "bold #ebbbff"

[git_status]
style = "bold #ff9da4"
ahead = "⇡"
behind = "⇣"
diverged = "⇕"

[cmd_duration]
style = "bold #ffeead"

[username]
style_user = "bold #ffeead"
style_root = "bold #ff9da4"
show_always = true

# Palette
[palette.tomorrow_night_blue]
foreground = "#ffffff"
background = "#002451"
red = "#ff9da4"
orange = "#ffc58f"
yellow = "#ffeead"
green = "#d1f1a9"
aqua = "#99ffff"
blue = "#bbdaff"
purple = "#ebbbff"
comment = "#7285b7"
42 changes: 42 additions & 0 deletions Starship/tomorrow-night-bright.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Starship Tomorrow Night Bright Theme

# Inserts a blank line between shell prompts
add_newline = false

[character]
success_symbol = "[❯](bold #b9ca4a)"
error_symbol = "[❯](bold #d54e53)"

[directory]
style = "bold #7aa6da"
read_only = " lock"

[git_branch]
style = "bold #c397d8"

[git_status]
style = "bold #d54e53"
ahead = "⇡"
behind = "⇣"
diverged = "⇕"

[cmd_duration]
style = "bold #e7c547"

[username]
style_user = "bold #e7c547"
style_root = "bold #d54e53"
show_always = true

# Palette
[palette.tomorrow_night_bright]
foreground = "#eaeaea"
background = "#000000"
red = "#d54e53"
orange = "#e78c45"
yellow = "#e7c547"
green = "#b9ca4a"
aqua = "#70c0b1"
blue = "#7aa6da"
purple = "#c397d8"
comment = "#969896"
42 changes: 42 additions & 0 deletions Starship/tomorrow-night-eighties.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Starship Tomorrow Night Eighties Theme

# Inserts a blank line between shell prompts
add_newline = false

[character]
success_symbol = "[❯](bold #99cc99)"
error_symbol = "[❯](bold #f2777a)"

[directory]
style = "bold #6699cc"
read_only = " lock"

[git_branch]
style = "bold #cc99cc"

[git_status]
style = "bold #f2777a"
ahead = "⇡"
behind = "⇣"
diverged = "⇕"

[cmd_duration]
style = "bold #ffcc66"

[username]
style_user = "bold #ffcc66"
style_root = "bold #f2777a"
show_always = true

# Palette
[palette.tomorrow_night_eighties]
foreground = "#cccccc"
background = "#2d2d2d"
red = "#f2777a"
orange = "#f99157"
yellow = "#ffcc66"
green = "#99cc99"
aqua = "#66cccc"
blue = "#6699cc"
purple = "#cc99cc"
comment = "#999999"
42 changes: 42 additions & 0 deletions Starship/tomorrow-night.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Starship Tomorrow Night Theme

# Inserts a blank line between shell prompts
add_newline = false

[character]
success_symbol = "[❯](bold #b5bd68)"
error_symbol = "[❯](bold #cc6666)"

[directory]
style = "bold #81a2be"
read_only = " lock"

[git_branch]
style = "bold #b294bb"

[git_status]
style = "bold #cc6666"
ahead = "⇡"
behind = "⇣"
diverged = "⇕"

[cmd_duration]
style = "bold #f0c674"

[username]
style_user = "bold #f0c674"
style_root = "bold #cc6666"
show_always = true

# Palette
[palette.tomorrow_night]
foreground = "#c5c8c6"
background = "#1d1f21"
red = "#cc6666"
orange = "#de935f"
yellow = "#f0c674"
green = "#b5bd68"
aqua = "#8abeb7"
blue = "#81a2be"
purple = "#b294bb"
comment = "#969896"
26 changes: 26 additions & 0 deletions Starship/tomorrow.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Starship Tomorrow Theme

[character]
success_symbol = "[❯](bold green)"
error_symbol = "[❯](bold red)"

[directory]
style = "bold blue"
read_only = " lock"

[git_branch]
style = "bold purple"

[git_status]
style = "bold red"
ahead = "⇡"
behind = "⇣"
diverged = "⇕"

[cmd_duration]
style = "bold yellow"

[username]
style_user = "bold yellow"
style_root = "bold red"
show_always = true