This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update with the latest tinted-theming colorschemes
- Loading branch information
1 parent
b788ce7
commit ef1b866
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Rio Terminal base16 color theme (https://github.com/tinted-theming) | ||
# Color scheme: Deep Oceanic Next by spearkkk (https://github.com/spearkkk/deep-oceanic-next) | ||
|
||
[colors] | ||
selection-background = '#006374' # base02 | ||
selection-foreground = '#dce3e8' # base05 | ||
|
||
cursor = '#dce3e8' # base05 | ||
tabs = '#004f5e' # base01 | ||
tabs-active = '#006374' # base02 | ||
|
||
background = '#003b46' # base00 | ||
foreground = '#dce3e8' # base05 | ||
black = '#004f5e' # base01 | ||
white = '#e6ebf0' # base06 | ||
red = '#e6454b' # base08 | ||
yellow = '#ff6a4b' # base09 | ||
green = '#85b57a' # base0B | ||
cyan = '#4da6a6' # base0C | ||
blue = '#3a82e6' # base0D | ||
magenta = '#8c4de6' # base0E | ||
|
||
dim-foreground = '#0093a3' # base04 | ||
dim-white = '#0093a3' # base04 | ||
dim-black = '#004f5e' # base01 | ||
dim-yellow = '#ff6a4b' # base09 | ||
dim-green = '#85b57a' # base0B | ||
dim-cyan = '#4da6a6' # base0C | ||
dim-blue = '#3a82e6' # base0D | ||
dim-magenta = '#8c4de6' # base0E | ||
dim-red = '#e673a3' # base0F | ||
|
||
light-foreground = '#f0f5f5' # base07 | ||
light_white = '#f0f5f5' # base07 | ||
light_black = '#006374' # base02 | ||
light_red = '#e6454b' # base08 | ||
light_yellow = '#ffcc66' # base0A | ||
light_green = '#85b57a' # base0B | ||
light_cyan = '#4da6a6' # base0C | ||
light_blue = '#3a82e6' # base0D | ||
light_magenta = '#8c4de6' # base0E |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Rio Terminal base24 color theme (https://github.com/tinted-theming) | ||
# Color scheme: Deep Oceanic Next by spearkkk (https://github.com/spearkkk/deep-oceanic-next) | ||
|
||
[colors] | ||
selection-background = '#006374' # base02 | ||
selection-foreground = '#dce3e8' # base05 | ||
|
||
cursor = '#dce3e8' # base05 | ||
tabs = '#004f5e' # base01 | ||
tabs-active = '#006374' # base02 | ||
|
||
background = '#003b46' # base00 | ||
foreground = '#dce3e8' # base05 | ||
black = '#004f5e' # base01 | ||
white = '#e6ebf0' # base06 | ||
red = '#ff5a61' # base12 | ||
yellow = '#ffdd80' # base13 | ||
green = '#99d8a0' # base14 | ||
cyan = '#66cccc' # base15 | ||
blue = '#4da6ff' # base16 | ||
magenta = '#a366ff' # base17 | ||
|
||
dim-foreground = '#0093a3' # base04 | ||
dim-white = '#0093a3' # base04 | ||
dim-black = '#004f5e' # base01 | ||
dim-yellow = '#ff6a4b' # base09 | ||
dim-green = '#85b57a' # base0B | ||
dim-cyan = '#4da6a6' # base0C | ||
dim-blue = '#3a82e6' # base0D | ||
dim-magenta = '#8c4de6' # base0E | ||
dim-red = '#e673a3' # base0F | ||
|
||
light-foreground = '#f0f5f5' # base07 | ||
light_white = '#f0f5f5' # base07 | ||
light_black = '#006374' # base02 | ||
light_red = '#e6454b' # base08 | ||
light_yellow = '#ffcc66' # base0A | ||
light_green = '#85b57a' # base0B | ||
light_cyan = '#4da6a6' # base0C | ||
light_blue = '#3a82e6' # base0D | ||
light_magenta = '#8c4de6' # base0E |