Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Update with the latest colorschemes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinted-theming-bot committed Aug 25, 2024
1 parent 14f2088 commit bd942f1
Show file tree
Hide file tree
Showing 9 changed files with 197 additions and 41 deletions.
34 changes: 17 additions & 17 deletions themes/base16-everforest-dark-hard.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Base16 Everforest Dark Hard - kermit color config
# Author: Oskar Liew (https://github.com/OskarLiew)
# Author: Sainnhe Park (https://github.com/sainnhe)

# Foreground color
foreground 0xd3c6aa
foreground_bold 0xe4e1cd
foreground_bold 0xedeada

# Cursor color
cursor 0xe4e1cd
cursor 0xedeada
cursor_foreground 0x272e33

# Background color
Expand All @@ -17,36 +17,36 @@ background 0x272e33
color0 0x272e33
color8 0x859289
color7 0xd3c6aa
color15 0xfdf6e3
color15 0xfffbef

## Red
color1 0x7fbbb3
color9 0x7fbbb3
color1 0xe67e80
color9 0xe67e80

## Green
color2 0x83c092
color10 0x83c092
color2 0xa7c080
color10 0xa7c080

## Yellow
color3 0xdbbc7f
color11 0xdbbc7f

## Blue
color4 0xa7c080
color12 0xa7c080
color4 0x7fbbb3
color12 0x7fbbb3

## Purple
color5 0xe67e80
color13 0xe67e80
color5 0xd699b6
color13 0xd699b6

## Teal
color6 0xe69875
color14 0xe69875
color6 0x83c092
color14 0x83c092

## Extra colors
color16 0xd699b6
color17 0x4c3743
color16 0xe69875
color17 0x9da9a0
color18 0x2e383c
color19 0x414b50
color20 0x9da9a0
color21 0xe4e1cd
color21 0xedeada
40 changes: 20 additions & 20 deletions themes/base16-everforest.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,50 +3,50 @@

# Foreground color
foreground 0xd3c6aa
foreground_bold 0xe4e1cd
foreground_bold 0xe6e2cc

# Cursor color
cursor 0xe4e1cd
cursor_foreground 0x2f383e
cursor 0xe6e2cc
cursor_foreground 0x2d353b

# Background color
background 0x2f383e
background 0x2d353b

# Color palette (16)
## Black, Gray, Silver, White
color0 0x2f383e
color0 0x2d353b
color8 0x859289
color7 0xd3c6aa
color15 0xfdf6e3

## Red
color1 0x7fbbb3
color9 0x7fbbb3
color1 0xe67e80
color9 0xe67e80

## Green
color2 0x83c092
color10 0x83c092
color2 0xa7c080
color10 0xa7c080

## Yellow
color3 0xdbbc7f
color11 0xdbbc7f

## Blue
color4 0xa7c080
color12 0xa7c080
color4 0x7fbbb3
color12 0x7fbbb3

## Purple
color5 0xe67e80
color13 0xe67e80
color5 0xd699b6
color13 0xd699b6

## Teal
color6 0xe69875
color14 0xe69875
color6 0x83c092
color14 0x83c092

## Extra colors
color16 0xd699b6
color17 0xeaedc8
color18 0x374247
color19 0x4a555b
color16 0xe69875
color17 0x9da9a0
color18 0x343f44
color19 0x475258
color20 0x9da9a0
color21 0xe4e1cd
color21 0xe6e2cc
52 changes: 52 additions & 0 deletions themes/base16-onedark-dark.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Base16 OneDark Dark - kermit color config
# Author: olimorris (https://github.com/olimorris)

# Foreground color
foreground 0xabb2bf
foreground_bold 0xb6bdca

# Cursor color
cursor 0xb6bdca
cursor_foreground 0x000000

# Background color
background 0x000000

# Color palette (16)
## Black, Gray, Silver, White
color0 0x000000
color8 0x434852
color7 0xabb2bf
color15 0xc8ccd4

## Red
color1 0xef596f
color9 0xef596f

## Green
color2 0x89ca78
color10 0x89ca78

## Yellow
color3 0xe5c07b
color11 0xe5c07b

## Blue
color4 0x61afef
color12 0x61afef

## Purple
color5 0xd55fde
color13 0xd55fde

## Teal
color6 0x2bbac5
color14 0x2bbac5

## Extra colors
color16 0xd19a66
color17 0xbe5046
color18 0x1c1f24
color19 0x2c313a
color20 0x565c64
color21 0xb6bdca
2 changes: 1 addition & 1 deletion themes/base16-papercolor-dark.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base16 PaperColor Dark - kermit color config
# Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
# Author: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)

# Foreground color
foreground 0x808080
Expand Down
2 changes: 1 addition & 1 deletion themes/base16-papercolor-light.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base16 PaperColor Light - kermit color config
# Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
# Author: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)

# Foreground color
foreground 0x444444
Expand Down
2 changes: 1 addition & 1 deletion themes/base16-shades-of-purple.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base16 Shades of Purple - kermit color config
# Author: Iolar Demartini Junior (http://github.com/demartini) based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode).
# Author: Iolar Demartini Junior (http://github.com/demartini), based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode)

# Foreground color
foreground 0xc7c7c7
Expand Down
2 changes: 1 addition & 1 deletion themes/base16-snazzy.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base16 Snazzy - kermit color config
# Author: Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
# Author: Chawye Hsu (https://github.com/chawyehsu), based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)

# Foreground color
foreground 0xe2e4e5
Expand Down
52 changes: 52 additions & 0 deletions themes/base16-terracotta-dark.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Base16 Terracotta Dark - kermit color config
# Author: Alexander Rossell Hayes (https://github.com/rossellhayes)

# Foreground color
foreground 0xb8a59d
foreground_bold 0xcabbb5

# Cursor color
cursor 0xcabbb5
cursor_foreground 0x241d1a

# Background color
background 0x241d1a

# Color palette (16)
## Black, Gray, Silver, White
color0 0x241d1a
color8 0x594740
color7 0xb8a59d
color15 0xdcd2ce

## Red
color1 0xf6998f
color9 0xf6998f

## Green
color2 0xb6c68a
color10 0xb6c68a

## Yellow
color3 0xffc37a
color11 0xffc37a

## Blue
color4 0xb0a4c3
color12 0xb0a4c3

## Purple
color5 0xd8a2b0
color13 0xd8a2b0

## Teal
color6 0xc0bcdb
color14 0xc0bcdb

## Extra colors
color16 0xffa888
color17 0xf1ae97
color18 0x362b27
color19 0x473933
color20 0xa78e84
color21 0xcabbb5
52 changes: 52 additions & 0 deletions themes/base16-terracotta.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Base16 Terracotta - kermit color config
# Author: Alexander Rossell Hayes (https://github.com/rossellhayes)

# Foreground color
foreground 0x473731
foreground_bold 0x352a25

# Cursor color
cursor 0x352a25
cursor_foreground 0xefeae8

# Background color
background 0xefeae8

# Color palette (16)
## Black, Gray, Silver, White
color0 0xefeae8
color8 0xc0aca4
color7 0x473731
color15 0x241c19

## Red
color1 0xa75045
color9 0xa75045

## Green
color2 0x7a894a
color10 0x7a894a

## Yellow
color3 0xce943e
color11 0xce943e

## Blue
color4 0x625574
color12 0x625574

## Purple
color5 0x8d5968
color13 0x8d5968

## Teal
color6 0x847f9e
color14 0x847f9e

## Extra colors
color16 0xbd6942
color17 0xb07158
color18 0xdfd6d1
color19 0xd0c1bb
color20 0x59453d
color21 0x352a25

0 comments on commit bd942f1

Please sign in to comment.