Update themese

This commit is contained in:
Daniel Lynn 2024-03-25 16:09:54 -05:00
parent 668e08521a
commit 7631274d7e
Signed by: daniel
GPG Key ID: 655C07B9B3DDC88B
580 changed files with 8064 additions and 8880 deletions

View File

@ -1,4 +1,4 @@
import = ["/home/daniel/.config/alacritty/themes/User 77 - Mashup colors.toml"]
import = ["/home/daniel/.config/alacritty/themes/Base16-Default-Dark.toml"]
live_config_reload = true
[font]

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "3024 (dark)"
[colors.bright]
black = "#5c5855"
blue = "#01a0e4"
cyan = "#b5e4f4"
green = "#01a252"
magenta = "#a16a94"
red = "#db2d20"
white = "#f7f7f7"
yellow = "#fded02"
[colors.cursor]
cursor = "#a5a2a2"
text = "#090300"
[colors.normal]
black = "#090300"
blue = "#01a0e4"
cyan = "#b5e4f4"
green = "#01a252"
magenta = "#a16a94"
red = "#db2d20"
white = "#a5a2a2"
yellow = "#fded02"
[colors.primary]
background = "#090300"
foreground = "#a5a2a2"

View File

@ -1,27 +0,0 @@
colors:
name: 3024 (dark)
author: Chris Kempson
primary:
background: "#090300"
foreground: "#a5a2a2"
cursor:
text: "#090300"
cursor: "#a5a2a2"
normal:
black: "#090300"
red: "#db2d20"
green: "#01a252"
yellow: "#fded02"
blue: "#01a0e4"
magenta: "#a16a94"
cyan: "#b5e4f4"
white: "#a5a2a2"
bright:
black: "#5c5855"
red: "#db2d20"
green: "#01a252"
yellow: "#fded02"
blue: "#01a0e4"
magenta: "#a16a94"
cyan: "#b5e4f4"
white: "#f7f7f7"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "3024 (light)"
[colors.bright]
black = "#5c5855"
blue = "#01a0e4"
cyan = "#b5e4f4"
green = "#01a252"
magenta = "#a16a94"
red = "#db2d20"
white = "#f7f7f7"
yellow = "#fded02"
[colors.cursor]
cursor = "#4a4543"
text = "#f7f7f7"
[colors.normal]
black = "#090300"
blue = "#01a0e4"
cyan = "#b5e4f4"
green = "#01a252"
magenta = "#a16a94"
red = "#db2d20"
white = "#a5a2a2"
yellow = "#fded02"
[colors.primary]
background = "#f7f7f7"
foreground = "#4a4543"

View File

@ -1,27 +0,0 @@
colors:
name: 3024 (light)
author: Chris Kempson
primary:
background: "#f7f7f7"
foreground: "#4a4543"
cursor:
text: "#f7f7f7"
cursor: "#4a4543"
normal:
black: "#090300"
red: "#db2d20"
green: "#01a252"
yellow: "#fded02"
blue: "#01a0e4"
magenta: "#a16a94"
cyan: "#b5e4f4"
white: "#a5a2a2"
bright:
black: "#5c5855"
red: "#db2d20"
green: "#01a252"
yellow: "#fded02"
blue: "#01a0e4"
magenta: "#a16a94"
cyan: "#b5e4f4"
white: "#f7f7f7"

View File

@ -0,0 +1,41 @@
[colors.bright]
black = "#636363"
blue = "#7eaac7"
cyan = "#86d3ce"
green = "#909d63"
magenta = "#aa6292"
red = "#bc5653"
white = "#f7f7f7"
yellow = "#ebc17a"
[colors.cursor]
cursor = "#d9d9d9"
text = "#2c2c2c"
[colors.dim]
black = "#232323"
blue = "#556b79"
cyan = "#5c8482"
green = "#5e6547"
magenta = "#6e4962"
red = "#74423f"
white = "#828282"
yellow = "#8b7653"
[colors.normal]
black = "#1c1c1c"
blue = "#7eaac7"
cyan = "#86d3ce"
green = "#909d63"
magenta = "#aa6292"
red = "#bc5653"
white = "#cacaca"
yellow = "#ebc17a"
[colors.primary]
background = "#2c2c2c"
bright_background = "#3a3a3a"
bright_foreground = "#d9d9d9"
dim_background = "#202020"
dim_foreground = "#dbdbdb"
foreground = "#d6d6d6"

View File

@ -1,48 +0,0 @@
colors:
# Default colors
primary:
background: '#2c2c2c'
foreground: '#d6d6d6'
dim_foreground: '#dbdbdb'
bright_foreground: '#d9d9d9'
dim_background: '#202020' # not sure
bright_background: '#3a3a3a' # not sure
# Cursor colors
cursor:
text: '#2c2c2c'
cursor: '#d9d9d9'
# Normal colors
normal:
black: '#1c1c1c'
red: '#bc5653'
green: '#909d63'
yellow: '#ebc17a'
blue: '#7eaac7'
magenta: '#aa6292'
cyan: '#86d3ce'
white: '#cacaca'
# Bright colors
bright:
black: '#636363'
red: '#bc5653'
green: '#909d63'
yellow: '#ebc17a'
blue: '#7eaac7'
magenta: '#aa6292'
cyan: '#86d3ce'
white: '#f7f7f7'
# Dim colors
dim:
black: '#232323'
red: '#74423f'
green: '#5e6547'
yellow: '#8b7653'
blue: '#556b79'
magenta: '#6e4962'
cyan: '#5c8482'
white: '#828282'

View File

@ -0,0 +1,31 @@
[colors]
author = "tonsky"
name = "Alabaster"
[colors.bright]
black = "#777777"
blue = "#007ACC"
cyan = "#00AACB"
green = "#60CB00"
magenta = "#E64CE6"
red = "#F05050"
white = "#FFFFFF"
yellow = "#FFBC5D"
[colors.cursor]
cursor = "#000000"
text = "#448C27"
[colors.normal]
black = "#000000"
blue = "#325CC0"
cyan = "#0083B2"
green = "#448C27"
magenta = "#7A3E9D"
red = "#AA3731"
white = "#BBBBBB"
yellow = "#CB9000"
[colors.primary]
background = "#F7F7F7"
foreground = "#000000"

View File

@ -1,27 +0,0 @@
colors:
name: Alabaster
author: tonsky
primary:
background: "#F7F7F7"
foreground: "#000000"
cursor:
text: "#448C27"
cursor: "#000000"
normal:
black: "#000000"
red: "#AA3731"
green: "#448C27"
yellow: "#CB9000"
blue: "#325CC0"
magenta: "#7A3E9D"
cyan: "#0083B2"
white: "#BBBBBB"
bright:
black: "#777777"
red: "#F05050"
green: "#60CB00"
yellow: "#FFBC5D"
blue: "#007ACC"
magenta: "#E64CE6"
cyan: "#00AACB"
white: "#FFFFFF"

View File

@ -0,0 +1,27 @@
[colors.bright]
black = "#6D7070"
blue = "#1BA6FA"
cyan = "#73FBF1"
green = "#B8E466"
magenta = "#A578EA"
red = "#FF4352"
white = "#FEFEF8"
yellow = "#FFD750"
[colors.cursor]
cursor = "#FF261E"
text = "#FF261E"
[colors.normal]
black = "#0d0d0d"
blue = "#1BA6FA"
cyan = "#21DEEF"
green = "#A0E521"
magenta = "#8763B8"
red = "#FF301B"
white = "#EBEBEB"
yellow = "#FFC620"
[colors.primary]
background = "#292C3E"
foreground = "#EBEBEB"

View File

@ -1,32 +0,0 @@
colors:
# Default colors
primary:
background: '#292C3E'
foreground: '#EBEBEB'
# Cursor colors
cursor:
text: '#FF261E'
cursor: '#FF261E'
# Normal colors
normal:
black: '#0d0d0d'
red: '#FF301B'
green: '#A0E521'
yellow: '#FFC620'
blue: '#1BA6FA'
magenta: '#8763B8'
cyan: '#21DEEF'
white: '#EBEBEB'
# Bright colors
bright:
black: '#6D7070'
red: '#FF4352'
green: '#B8E466'
yellow: '#FFD750'
blue: '#1BA6FA'
magenta: '#A578EA'
cyan: '#73FBF1'
white: '#FEFEF8'

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Ashes (dark)"
[colors.bright]
black = "#747c84"
blue = "#ae95c7"
cyan = "#95aec7"
green = "#95c7ae"
magenta = "#c795ae"
red = "#c7ae95"
white = "#f3f4f5"
yellow = "#aec795"
[colors.cursor]
cursor = "#c7ccd1"
text = "#1c2023"
[colors.normal]
black = "#1c2023"
blue = "#ae95c7"
cyan = "#95aec7"
green = "#95c7ae"
magenta = "#c795ae"
red = "#c7ae95"
white = "#c7ccd1"
yellow = "#aec795"
[colors.primary]
background = "#1c2023"
foreground = "#c7ccd1"

View File

@ -1,27 +0,0 @@
colors:
name: Ashes (dark)
author: Chris Kempson
primary:
background: "#1c2023"
foreground: "#c7ccd1"
cursor:
text: "#1c2023"
cursor: "#c7ccd1"
normal:
black: "#1c2023"
red: "#c7ae95"
green: "#95c7ae"
yellow: "#aec795"
blue: "#ae95c7"
magenta: "#c795ae"
cyan: "#95aec7"
white: "#c7ccd1"
bright:
black: "#747c84"
red: "#c7ae95"
green: "#95c7ae"
yellow: "#aec795"
blue: "#ae95c7"
magenta: "#c795ae"
cyan: "#95aec7"
white: "#f3f4f5"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Ashes (light)"
[colors.bright]
black = "#747c84"
blue = "#ae95c7"
cyan = "#95aec7"
green = "#95c7ae"
magenta = "#c795ae"
red = "#c7ae95"
white = "#f3f4f5"
yellow = "#aec795"
[colors.cursor]
cursor = "#565e65"
text = "#f3f4f5"
[colors.normal]
black = "#1c2023"
blue = "#ae95c7"
cyan = "#95aec7"
green = "#95c7ae"
magenta = "#c795ae"
red = "#c7ae95"
white = "#c7ccd1"
yellow = "#aec795"
[colors.primary]
background = "#f3f4f5"
foreground = "#565e65"

View File

@ -1,27 +0,0 @@
colors:
name: Ashes (light)
author: Chris Kempson
primary:
background: "#f3f4f5"
foreground: "#565e65"
cursor:
text: "#f3f4f5"
cursor: "#565e65"
normal:
black: "#1c2023"
red: "#c7ae95"
green: "#95c7ae"
yellow: "#aec795"
blue: "#ae95c7"
magenta: "#c795ae"
cyan: "#95aec7"
white: "#c7ccd1"
bright:
black: "#747c84"
red: "#c7ae95"
green: "#95c7ae"
yellow: "#aec795"
blue: "#ae95c7"
magenta: "#c795ae"
cyan: "#95aec7"
white: "#f3f4f5"

View File

@ -0,0 +1,31 @@
[colors]
author = ""
name = "astromouse"
[colors.bright]
black = "#3d3a3a"
blue = "#8fa7b9"
cyan = "#6ec2a8"
green = "#8fb676"
magenta = "#bd89de"
red = "#d28abf"
white = "#dad3d3"
yellow = "#c8bc45"
[colors.cursor]
cursor = "#ffffff"
text = "#000000"
[colors.normal]
black = "#1c1c1c"
blue = "#77b6c5"
cyan = "#7fcab3"
green = "#9acc79"
magenta = "#a488d9"
red = "#d770af"
white = "#8d8d8d"
yellow = "#d0d26b"
[colors.primary]
background = "#000000"
foreground = "#ffffff"

View File

@ -1,27 +0,0 @@
colors:
name: astromouse
author: ""
primary:
background: "#000000"
foreground: "#ffffff"
cursor:
text: "#000000"
cursor: "#ffffff"
normal:
black: "#1c1c1c"
red: "#d770af"
green: "#9acc79"
yellow: "#d0d26b"
blue: "#77b6c5"
magenta: "#a488d9"
cyan: "#7fcab3"
white: "#8d8d8d"
bright:
black: "#3d3a3a"
red: "#d28abf"
green: "#8fb676"
yellow: "#c8bc45"
blue: "#8fa7b9"
magenta: "#bd89de"
cyan: "#6ec2a8"
white: "#dad3d3"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Atelierdune (dark)"
[colors.bright]
black = "#7d7a68"
blue = "#6684e1"
cyan = "#1fad83"
green = "#60ac39"
magenta = "#b854d4"
red = "#d73737"
white = "#fefbec"
yellow = "#cfb017"
[colors.cursor]
cursor = "#a6a28c"
text = "#20201d"
[colors.normal]
black = "#20201d"
blue = "#6684e1"
cyan = "#1fad83"
green = "#60ac39"
magenta = "#b854d4"
red = "#d73737"
white = "#a6a28c"
yellow = "#cfb017"
[colors.primary]
background = "#20201d"
foreground = "#a6a28c"

View File

@ -1,27 +0,0 @@
colors:
name: Atelierdune (dark)
author: Chris Kempson
primary:
background: "#20201d"
foreground: "#a6a28c"
cursor:
text: "#20201d"
cursor: "#a6a28c"
normal:
black: "#20201d"
red: "#d73737"
green: "#60ac39"
yellow: "#cfb017"
blue: "#6684e1"
magenta: "#b854d4"
cyan: "#1fad83"
white: "#a6a28c"
bright:
black: "#7d7a68"
red: "#d73737"
green: "#60ac39"
yellow: "#cfb017"
blue: "#6684e1"
magenta: "#b854d4"
cyan: "#1fad83"
white: "#fefbec"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Atelierdune (light)"
[colors.bright]
black = "#7d7a68"
blue = "#6684e1"
cyan = "#1fad83"
green = "#60ac39"
magenta = "#b854d4"
red = "#d73737"
white = "#fefbec"
yellow = "#cfb017"
[colors.cursor]
cursor = "#6e6b5e"
text = "#fefbec"
[colors.normal]
black = "#20201d"
blue = "#6684e1"
cyan = "#1fad83"
green = "#60ac39"
magenta = "#b854d4"
red = "#d73737"
white = "#a6a28c"
yellow = "#cfb017"
[colors.primary]
background = "#fefbec"
foreground = "#6e6b5e"

View File

@ -1,27 +0,0 @@
colors:
name: Atelierdune (light)
author: Chris Kempson
primary:
background: "#fefbec"
foreground: "#6e6b5e"
cursor:
text: "#fefbec"
cursor: "#6e6b5e"
normal:
black: "#20201d"
red: "#d73737"
green: "#60ac39"
yellow: "#cfb017"
blue: "#6684e1"
magenta: "#b854d4"
cyan: "#1fad83"
white: "#a6a28c"
bright:
black: "#7d7a68"
red: "#d73737"
green: "#60ac39"
yellow: "#cfb017"
blue: "#6684e1"
magenta: "#b854d4"
cyan: "#1fad83"
white: "#fefbec"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Atelierforest (dark)"
[colors.bright]
black = "#766e6b"
blue = "#407ee7"
cyan = "#00ad9c"
green = "#5ab738"
magenta = "#6666ea"
red = "#f22c40"
white = "#f1efee"
yellow = "#d5911a"
[colors.cursor]
cursor = "#a8a19f"
text = "#1b1918"
[colors.normal]
black = "#1b1918"
blue = "#407ee7"
cyan = "#00ad9c"
green = "#5ab738"
magenta = "#6666ea"
red = "#f22c40"
white = "#a8a19f"
yellow = "#d5911a"
[colors.primary]
background = "#1b1918"
foreground = "#a8a19f"

View File

@ -1,27 +0,0 @@
colors:
name: Atelierforest (dark)
author: Chris Kempson
primary:
background: "#1b1918"
foreground: "#a8a19f"
cursor:
text: "#1b1918"
cursor: "#a8a19f"
normal:
black: "#1b1918"
red: "#f22c40"
green: "#5ab738"
yellow: "#d5911a"
blue: "#407ee7"
magenta: "#6666ea"
cyan: "#00ad9c"
white: "#a8a19f"
bright:
black: "#766e6b"
red: "#f22c40"
green: "#5ab738"
yellow: "#d5911a"
blue: "#407ee7"
magenta: "#6666ea"
cyan: "#00ad9c"
white: "#f1efee"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Atelierforest (light)"
[colors.bright]
black = "#766e6b"
blue = "#407ee7"
cyan = "#00ad9c"
green = "#5ab738"
magenta = "#6666ea"
red = "#f22c40"
white = "#f1efee"
yellow = "#d5911a"
[colors.cursor]
cursor = "#68615e"
text = "#f1efee"
[colors.normal]
black = "#1b1918"
blue = "#407ee7"
cyan = "#00ad9c"
green = "#5ab738"
magenta = "#6666ea"
red = "#f22c40"
white = "#a8a19f"
yellow = "#d5911a"
[colors.primary]
background = "#f1efee"
foreground = "#68615e"

View File

@ -1,27 +0,0 @@
colors:
name: Atelierforest (light)
author: Chris Kempson
primary:
background: "#f1efee"
foreground: "#68615e"
cursor:
text: "#f1efee"
cursor: "#68615e"
normal:
black: "#1b1918"
red: "#f22c40"
green: "#5ab738"
yellow: "#d5911a"
blue: "#407ee7"
magenta: "#6666ea"
cyan: "#00ad9c"
white: "#a8a19f"
bright:
black: "#766e6b"
red: "#f22c40"
green: "#5ab738"
yellow: "#d5911a"
blue: "#407ee7"
magenta: "#6666ea"
cyan: "#00ad9c"
white: "#f1efee"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Atelierheath (dark)"
[colors.bright]
black = "#776977"
blue = "#516aec"
cyan = "#159393"
green = "#379a37"
magenta = "#7b59c0"
red = "#ca402b"
white = "#f7f3f7"
yellow = "#bb8a35"
[colors.cursor]
cursor = "#ab9bab"
text = "#1b181b"
[colors.normal]
black = "#1b181b"
blue = "#516aec"
cyan = "#159393"
green = "#379a37"
magenta = "#7b59c0"
red = "#ca402b"
white = "#ab9bab"
yellow = "#bb8a35"
[colors.primary]
background = "#1b181b"
foreground = "#ab9bab"

View File

@ -1,27 +0,0 @@
colors:
name: Atelierheath (dark)
author: Chris Kempson
primary:
background: "#1b181b"
foreground: "#ab9bab"
cursor:
text: "#1b181b"
cursor: "#ab9bab"
normal:
black: "#1b181b"
red: "#ca402b"
green: "#379a37"
yellow: "#bb8a35"
blue: "#516aec"
magenta: "#7b59c0"
cyan: "#159393"
white: "#ab9bab"
bright:
black: "#776977"
red: "#ca402b"
green: "#379a37"
yellow: "#bb8a35"
blue: "#516aec"
magenta: "#7b59c0"
cyan: "#159393"
white: "#f7f3f7"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Atelierheath (light)"
[colors.bright]
black = "#776977"
blue = "#516aec"
cyan = "#159393"
green = "#379a37"
magenta = "#7b59c0"
red = "#ca402b"
white = "#f7f3f7"
yellow = "#bb8a35"
[colors.cursor]
cursor = "#695d69"
text = "#f7f3f7"
[colors.normal]
black = "#1b181b"
blue = "#516aec"
cyan = "#159393"
green = "#379a37"
magenta = "#7b59c0"
red = "#ca402b"
white = "#ab9bab"
yellow = "#bb8a35"
[colors.primary]
background = "#f7f3f7"
foreground = "#695d69"

View File

@ -1,27 +0,0 @@
colors:
name: Atelierheath (light)
author: Chris Kempson
primary:
background: "#f7f3f7"
foreground: "#695d69"
cursor:
text: "#f7f3f7"
cursor: "#695d69"
normal:
black: "#1b181b"
red: "#ca402b"
green: "#379a37"
yellow: "#bb8a35"
blue: "#516aec"
magenta: "#7b59c0"
cyan: "#159393"
white: "#ab9bab"
bright:
black: "#776977"
red: "#ca402b"
green: "#379a37"
yellow: "#bb8a35"
blue: "#516aec"
magenta: "#7b59c0"
cyan: "#159393"
white: "#f7f3f7"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Atelierlakeside (dark)"
[colors.bright]
black = "#5a7b8c"
blue = "#257fad"
cyan = "#2d8f6f"
green = "#568c3b"
magenta = "#5d5db1"
red = "#d22d72"
white = "#ebf8ff"
yellow = "#8a8a0f"
[colors.cursor]
cursor = "#7ea2b4"
text = "#161b1d"
[colors.normal]
black = "#161b1d"
blue = "#257fad"
cyan = "#2d8f6f"
green = "#568c3b"
magenta = "#5d5db1"
red = "#d22d72"
white = "#7ea2b4"
yellow = "#8a8a0f"
[colors.primary]
background = "#161b1d"
foreground = "#7ea2b4"

View File

@ -1,27 +0,0 @@
colors:
name: Atelierlakeside (dark)
author: Chris Kempson
primary:
background: "#161b1d"
foreground: "#7ea2b4"
cursor:
text: "#161b1d"
cursor: "#7ea2b4"
normal:
black: "#161b1d"
red: "#d22d72"
green: "#568c3b"
yellow: "#8a8a0f"
blue: "#257fad"
magenta: "#5d5db1"
cyan: "#2d8f6f"
white: "#7ea2b4"
bright:
black: "#5a7b8c"
red: "#d22d72"
green: "#568c3b"
yellow: "#8a8a0f"
blue: "#257fad"
magenta: "#5d5db1"
cyan: "#2d8f6f"
white: "#ebf8ff"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Atelierlakeside (light)"
[colors.bright]
black = "#5a7b8c"
blue = "#257fad"
cyan = "#2d8f6f"
green = "#568c3b"
magenta = "#5d5db1"
red = "#d22d72"
white = "#ebf8ff"
yellow = "#8a8a0f"
[colors.cursor]
cursor = "#516d7b"
text = "#ebf8ff"
[colors.normal]
black = "#161b1d"
blue = "#257fad"
cyan = "#2d8f6f"
green = "#568c3b"
magenta = "#5d5db1"
red = "#d22d72"
white = "#7ea2b4"
yellow = "#8a8a0f"
[colors.primary]
background = "#ebf8ff"
foreground = "#516d7b"

View File

@ -1,27 +0,0 @@
colors:
name: Atelierlakeside (light)
author: Chris Kempson
primary:
background: "#ebf8ff"
foreground: "#516d7b"
cursor:
text: "#ebf8ff"
cursor: "#516d7b"
normal:
black: "#161b1d"
red: "#d22d72"
green: "#568c3b"
yellow: "#8a8a0f"
blue: "#257fad"
magenta: "#5d5db1"
cyan: "#2d8f6f"
white: "#7ea2b4"
bright:
black: "#5a7b8c"
red: "#d22d72"
green: "#568c3b"
yellow: "#8a8a0f"
blue: "#257fad"
magenta: "#5d5db1"
cyan: "#2d8f6f"
white: "#ebf8ff"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Atelierseaside (dark)"
[colors.bright]
black = "#687d68"
blue = "#3d62f5"
cyan = "#1999b3"
green = "#29a329"
magenta = "#ad2bee"
red = "#e6193c"
white = "#f0fff0"
yellow = "#c3c322"
[colors.cursor]
cursor = "#8ca68c"
text = "#131513"
[colors.normal]
black = "#131513"
blue = "#3d62f5"
cyan = "#1999b3"
green = "#29a329"
magenta = "#ad2bee"
red = "#e6193c"
white = "#8ca68c"
yellow = "#c3c322"
[colors.primary]
background = "#131513"
foreground = "#8ca68c"

View File

@ -1,27 +0,0 @@
colors:
name: Atelierseaside (dark)
author: Chris Kempson
primary:
background: "#131513"
foreground: "#8ca68c"
cursor:
text: "#131513"
cursor: "#8ca68c"
normal:
black: "#131513"
red: "#e6193c"
green: "#29a329"
yellow: "#c3c322"
blue: "#3d62f5"
magenta: "#ad2bee"
cyan: "#1999b3"
white: "#8ca68c"
bright:
black: "#687d68"
red: "#e6193c"
green: "#29a329"
yellow: "#c3c322"
blue: "#3d62f5"
magenta: "#ad2bee"
cyan: "#1999b3"
white: "#f0fff0"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Atelierseaside (light)"
[colors.bright]
black = "#687d68"
blue = "#3d62f5"
cyan = "#1999b3"
green = "#29a329"
magenta = "#ad2bee"
red = "#e6193c"
white = "#f0fff0"
yellow = "#c3c322"
[colors.cursor]
cursor = "#5e6e5e"
text = "#f0fff0"
[colors.normal]
black = "#131513"
blue = "#3d62f5"
cyan = "#1999b3"
green = "#29a329"
magenta = "#ad2bee"
red = "#e6193c"
white = "#8ca68c"
yellow = "#c3c322"
[colors.primary]
background = "#f0fff0"
foreground = "#5e6e5e"

View File

@ -1,27 +0,0 @@
colors:
name: Atelierseaside (light)
author: Chris Kempson
primary:
background: "#f0fff0"
foreground: "#5e6e5e"
cursor:
text: "#f0fff0"
cursor: "#5e6e5e"
normal:
black: "#131513"
red: "#e6193c"
green: "#29a329"
yellow: "#c3c322"
blue: "#3d62f5"
magenta: "#ad2bee"
cyan: "#1999b3"
white: "#8ca68c"
bright:
black: "#687d68"
red: "#e6193c"
green: "#29a329"
yellow: "#c3c322"
blue: "#3d62f5"
magenta: "#ad2bee"
cyan: "#1999b3"
white: "#f0fff0"

View File

@ -0,0 +1,23 @@
[colors.bright]
black = "#686868"
blue = "#59C2FF"
cyan = "#95E6CB"
green = "#C2D94C"
magenta = "#FFEE99"
red = "#F07178"
white = "#FFFFFF"
yellow = "#FFB454"
[colors.normal]
black = "#01060E"
blue = "#53BDFA"
cyan = "#90E1C6"
green = "#91B362"
magenta = "#FAE994"
red = "#EA6C73"
white = "#C7C7C7"
yellow = "#F9AF4F"
[colors.primary]
background = "#0A0E14"
foreground = "#B3B1AD"

View File

@ -1,28 +0,0 @@
# Colors (Ayu Dark)
colors:
# Default colors
primary:
background: '#0A0E14'
foreground: '#B3B1AD'
# Normal colors
normal:
black: '#01060E'
red: '#EA6C73'
green: '#91B362'
yellow: '#F9AF4F'
blue: '#53BDFA'
magenta: '#FAE994'
cyan: '#90E1C6'
white: '#C7C7C7'
# Bright colors
bright:
black: '#686868'
red: '#F07178'
green: '#C2D94C'
yellow: '#FFB454'
blue: '#59C2FF'
magenta: '#FFEE99'
cyan: '#95E6CB'
white: '#FFFFFF'

View File

@ -0,0 +1,23 @@
[colors.bright]
black = "#686868"
blue = "#5CCFE6"
cyan = "#95E6CB"
green = "#A6CC70"
magenta = "#FFEE99"
red = "#F27983"
white = "#FFFFFF"
yellow = "#FFCC66"
[colors.normal]
black = "#191E2A"
blue = "#73D0FF"
cyan = "#95E6CB"
green = "#BAE67E"
magenta = "#FFD580"
red = "#FF3333"
white = "#C7C7C7"
yellow = "#FFA759"
[colors.primary]
background = "#202734"
foreground = "#CBCCC6"

View File

@ -1,28 +0,0 @@
# Colors (Ayu Mirage)
colors:
# Default colors
primary:
background: '#202734'
foreground: '#CBCCC6'
# Normal colors
normal:
black: '#191E2A'
red: '#FF3333'
green: '#BAE67E'
yellow: '#FFA759'
blue: '#73D0FF'
magenta: '#FFD580'
cyan: '#95E6CB'
white: '#C7C7C7'
# Bright colors
bright:
black: '#686868'
red: '#F27983'
green: '#A6CC70'
yellow: '#FFCC66'
blue: '#5CCFE6'
magenta: '#FFEE99'
cyan: '#95E6CB'
white: '#FFFFFF'

View File

@ -0,0 +1,27 @@
[colors.bright]
black = "#585858"
blue = "#7cafc2"
cyan = "#86c1b9"
green = "#a1b56c"
magenta = "#ba8baf"
red = "#ab4642"
white = "#f8f8f8"
yellow = "#f7ca88"
[colors.cursor]
cursor = "#d8d8d8"
text = "#d8d8d8"
[colors.normal]
black = "#181818"
blue = "#7cafc2"
cyan = "#86c1b9"
green = "#a1b56c"
magenta = "#ba8baf"
red = "#ab4642"
white = "#d8d8d8"
yellow = "#f7ca88"
[colors.primary]
background = "#181818"
foreground = "#d8d8d8"

View File

@ -1,33 +0,0 @@
# Colors (Base16 Default Dark)
colors:
# Default colors
primary:
background: '#181818'
foreground: '#d8d8d8'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '#d8d8d8'
cursor: '#d8d8d8'
# Normal colors
normal:
black: '#181818'
red: '#ab4642'
green: '#a1b56c'
yellow: '#f7ca88'
blue: '#7cafc2'
magenta: '#ba8baf'
cyan: '#86c1b9'
white: '#d8d8d8'
# Bright colors
bright:
black: '#585858'
red: '#ab4642'
green: '#a1b56c'
yellow: '#f7ca88'
blue: '#7cafc2'
magenta: '#ba8baf'
cyan: '#86c1b9'
white: '#f8f8f8'

View File

@ -1,27 +0,0 @@
colors:
name: Count Von Count
author: Baskerville
primary:
background: "#000000"
foreground: "#919191"
cursor:
text: "#000000"
cursor: "#919191"
normal:
black: "#303030"
red: "#c10023"
green: "#a83334"
yellow: "#b51d2c"
blue: "#8c4b46"
magenta: "#7d534f"
cyan: "#9a413d"
white: "#c6c6c6"
bright:
black: "#5e5e5e"
red: "#ff8781"
green: "#ffa095"
yellow: "#ff948b"
blue: "#feb2aa"
magenta: "#ebbbb5"
cyan: "#ffaaa0"
white: "#ffffff"

View File

@ -1,27 +0,0 @@
colors:
name: Eldorado dark
author: Baskerville
primary:
background: "#292929"
foreground: "#a2a2a2"
cursor:
text: "#292929"
cursor: "#a2a2a2"
normal:
black: "#4e4e4e"
red: "#a9635d"
green: "#468459"
yellow: "#84763d"
blue: "#5879af"
magenta: "#9c6594"
cyan: "#008592"
white: "#cfcfcf"
bright:
black: "#777777"
red: "#ffbbb2"
green: "#9ddeaf"
yellow: "#e0ce91"
blue: "#b3d1ff"
magenta: "#fabdf0"
cyan: "#79e0ed"
white: "#ffffff"

View File

@ -1,27 +0,0 @@
colors:
name: FarSide
author: Baskerville
primary:
background: "#000000"
foreground: "#919191"
cursor:
text: "#000000"
cursor: "#919191"
normal:
black: "#303030"
red: "#a43261"
green: "#006ca5"
yellow: "#007086"
blue: "#6751a6"
magenta: "#913e88"
cyan: "#0061b1"
white: "#c6c6c6"
bright:
black: "#5e5e5e"
red: "#ff9fc9"
green: "#3bd6ff"
yellow: "#00ddf4"
blue: "#d5b8ff"
magenta: "#ffa7f6"
cyan: "#93c9ff"
white: "#ffffff"

View File

@ -1,27 +0,0 @@
colors:
name: Ivory Dark
author: Baskerville
primary:
background: "#2d2c28"
foreground: "#a4a6ab"
cursor:
text: "#2d2c28"
cursor: "#a4a6ab"
normal:
black: "#5b5955"
red: "#c4756e"
green: "#559a6a"
yellow: "#9b8a4b"
blue: "#6a8dca"
magenta: "#b577ac"
cyan: "#019baa"
white: "#dbdde2"
bright:
black: "#707277"
red: "#f6a299"
green: "#82c896"
yellow: "#cab775"
blue: "#98bbfb"
magenta: "#e5a4db"
cyan: "#53cad9"
white: "#f7f9ff"

View File

@ -1,27 +0,0 @@
colors:
name: Lost Woods
author: Baskerville
primary:
background: "#000000"
foreground: "#919191"
cursor:
text: "#000000"
cursor: "#919191"
normal:
black: "#303030"
red: "#a13a38"
green: "#00715d"
yellow: "#006f32"
blue: "#a43261"
magenta: "#913e88"
cyan: "#007086"
white: "#c6c6c6"
bright:
black: "#5e5e5e"
red: "#ffa59a"
green: "#24dfc4"
yellow: "#73db95"
blue: "#ff9fc9"
magenta: "#ffa7f6"
cyan: "#00ddf4"
white: "#ffffff"

View File

@ -0,0 +1,31 @@
[colors]
author = "Baskerville"
name = "Ivory Light"
[colors.bright]
black = "#a1a6b2"
blue = "#0065ca"
cyan = "#007693"
green = "#007427"
magenta = "#a03196"
red = "#b22b31"
white = "#282c36"
yellow = "#715f00"
[colors.cursor]
cursor = "#6d727e"
text = "#fef9ec"
[colors.normal]
black = "#c5c1b4"
blue = "#208ffb"
cyan = "#00a4c1"
green = "#00a250"
magenta = "#d160c4"
red = "#e75c58"
white = "#3e424d"
yellow = "#a08a00"
[colors.primary]
background = "#fef9ec"
foreground = "#6d727e"

View File

@ -1,27 +0,0 @@
colors:
name: Ivory Light
author: Baskerville
primary:
background: "#fef9ec"
foreground: "#6d727e"
cursor:
text: "#fef9ec"
cursor: "#6d727e"
normal:
black: "#c5c1b4"
red: "#e75c58"
green: "#00a250"
yellow: "#a08a00"
blue: "#208ffb"
magenta: "#d160c4"
cyan: "#00a4c1"
white: "#3e424d"
bright:
black: "#a1a6b2"
red: "#b22b31"
green: "#007427"
yellow: "#715f00"
blue: "#0065ca"
magenta: "#a03196"
cyan: "#007693"
white: "#282c36"

View File

@ -0,0 +1,31 @@
[colors]
author = ""
name = "Belge"
[colors.bright]
black = "#454545"
blue = "#87ceeb"
cyan = "#87ceeb"
green = "#b6e354"
magenta = "#996600"
red = "#fc7ca5"
white = "#fdfdfd"
yellow = "#fd971f"
[colors.cursor]
cursor = "#ffffff"
text = "#000000"
[colors.normal]
black = "#252525"
blue = "#6495ed"
cyan = "#b0c4de"
green = "#a6e22e"
magenta = "#deb887"
red = "#ef6769"
white = "#dbdcdc"
yellow = "#fd971f"
[colors.primary]
background = "#000000"
foreground = "#ffffff"

View File

@ -1,27 +0,0 @@
colors:
name: Belge
author: ""
primary:
background: "#000000"
foreground: "#ffffff"
cursor:
text: "#000000"
cursor: "#ffffff"
normal:
black: "#252525"
red: "#ef6769"
green: "#a6e22e"
yellow: "#fd971f"
blue: "#6495ed"
magenta: "#deb887"
cyan: "#b0c4de"
white: "#dbdcdc"
bright:
black: "#454545"
red: "#fc7ca5"
green: "#b6e354"
yellow: "#fd971f"
blue: "#87ceeb"
magenta: "#996600"
cyan: "#87ceeb"
white: "#fdfdfd"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Bespin (dark)"
[colors.bright]
black = "#666666"
blue = "#5ea6ea"
cyan = "#afc4db"
green = "#54be0d"
magenta = "#9b859d"
red = "#cf6a4c"
white = "#baae9e"
yellow = "#f9ee98"
[colors.cursor]
cursor = "#8a8986"
text = "#28211c"
[colors.normal]
black = "#28211c"
blue = "#5ea6ea"
cyan = "#afc4db"
green = "#54be0d"
magenta = "#9b859d"
red = "#cf6a4c"
white = "#8a8986"
yellow = "#f9ee98"
[colors.primary]
background = "#28211c"
foreground = "#8a8986"

View File

@ -1,27 +0,0 @@
colors:
name: Bespin (dark)
author: Chris Kempson
primary:
background: "#28211c"
foreground: "#8a8986"
cursor:
text: "#28211c"
cursor: "#8a8986"
normal:
black: "#28211c"
red: "#cf6a4c"
green: "#54be0d"
yellow: "#f9ee98"
blue: "#5ea6ea"
magenta: "#9b859d"
cyan: "#afc4db"
white: "#8a8986"
bright:
black: "#666666"
red: "#cf6a4c"
green: "#54be0d"
yellow: "#f9ee98"
blue: "#5ea6ea"
magenta: "#9b859d"
cyan: "#afc4db"
white: "#baae9e"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Bespin (light)"
[colors.bright]
black = "#666666"
blue = "#5ea6ea"
cyan = "#afc4db"
green = "#54be0d"
magenta = "#9b859d"
red = "#cf6a4c"
white = "#baae9e"
yellow = "#f9ee98"
[colors.cursor]
cursor = "#5e5d5c"
text = "#baae9e"
[colors.normal]
black = "#28211c"
blue = "#5ea6ea"
cyan = "#afc4db"
green = "#54be0d"
magenta = "#9b859d"
red = "#cf6a4c"
white = "#8a8986"
yellow = "#f9ee98"
[colors.primary]
background = "#baae9e"
foreground = "#5e5d5c"

View File

@ -1,27 +0,0 @@
colors:
name: Bespin (light)
author: Chris Kempson
primary:
background: "#baae9e"
foreground: "#5e5d5c"
cursor:
text: "#baae9e"
cursor: "#5e5d5c"
normal:
black: "#28211c"
red: "#cf6a4c"
green: "#54be0d"
yellow: "#f9ee98"
blue: "#5ea6ea"
magenta: "#9b859d"
cyan: "#afc4db"
white: "#8a8986"
bright:
black: "#666666"
red: "#cf6a4c"
green: "#54be0d"
yellow: "#f9ee98"
blue: "#5ea6ea"
magenta: "#9b859d"
cyan: "#afc4db"
white: "#baae9e"

View File

@ -0,0 +1,31 @@
[colors]
author = ""
name = "Bitmute"
[colors.bright]
black = "#494949"
blue = "#73718f"
cyan = "#758c93"
green = "#839d84"
magenta = "#987397"
red = "#b87e7e"
white = "#aeaeae"
yellow = "#919864"
[colors.cursor]
cursor = "#ffffff"
text = "#000000"
[colors.normal]
black = "#282828"
blue = "#68668f"
cyan = "#688891"
green = "#719d72"
magenta = "#966894"
red = "#b76969"
white = "#8e8e8e"
yellow = "#909858"
[colors.primary]
background = "#000000"
foreground = "#ffffff"

View File

@ -1,27 +0,0 @@
colors:
name: Bitmute
author: ""
primary:
background: "#000000"
foreground: "#ffffff"
cursor:
text: "#000000"
cursor: "#ffffff"
normal:
black: "#282828"
red: "#b76969"
green: "#719d72"
yellow: "#909858"
blue: "#68668f"
magenta: "#966894"
cyan: "#688891"
white: "#8e8e8e"
bright:
black: "#494949"
red: "#b87e7e"
green: "#839d84"
yellow: "#919864"
blue: "#73718f"
magenta: "#987397"
cyan: "#758c93"
white: "#aeaeae"

View File

@ -0,0 +1,31 @@
[colors]
author = ""
name = "Bleh-1"
[colors.bright]
black = "#8c847f"
blue = "#4c83bf"
cyan = "#4dbda8"
green = "#95b548"
magenta = "#a04bbd"
red = "#bd4b76"
white = "#848484"
yellow = "#bd814b"
[colors.cursor]
cursor = "#ffffff"
text = "#000000"
[colors.normal]
black = "#666666"
blue = "#657a99"
cyan = "#65998d"
green = "#889965"
magenta = "#8b6599"
red = "#996578"
white = "#a5a5a4"
yellow = "#998565"
[colors.primary]
background = "#000000"
foreground = "#ffffff"

View File

@ -1,27 +0,0 @@
colors:
name: Bleh-1
author: ""
primary:
background: "#000000"
foreground: "#ffffff"
cursor:
text: "#000000"
cursor: "#ffffff"
normal:
black: "#666666"
red: "#996578"
green: "#889965"
yellow: "#998565"
blue: "#657a99"
magenta: "#8b6599"
cyan: "#65998d"
white: "#a5a5a4"
bright:
black: "#8c847f"
red: "#bd4b76"
green: "#95b548"
yellow: "#bd814b"
blue: "#4c83bf"
magenta: "#a04bbd"
cyan: "#4dbda8"
white: "#848484"

View File

@ -0,0 +1,23 @@
[colors.bright]
black = "#696969"
blue = "#007FFF"
cyan = "#00CCCC"
green = "#03C03C"
magenta = "#FF1493"
red = "#FF2400"
white = "#FFFAFA"
yellow = "#FDFF00"
[colors.normal]
black = "#10100E"
blue = "#0087BD"
cyan = "#20B2AA"
green = "#009F6B"
magenta = "#9A4EAE"
red = "#C40233"
white = "#C6C6C4"
yellow = "#FFD700"
[colors.primary]
background = "#10100E"
foreground = "#C6C6C4"

View File

@ -1,28 +0,0 @@
# Colors (Blood Moon)
colors:
# Default colors
primary:
background: '#10100E'
foreground: '#C6C6C4'
# Normal colors
normal:
black: '#10100E'
red: '#C40233'
green: '#009F6B'
yellow: '#FFD700'
blue: '#0087BD'
magenta: '#9A4EAE'
cyan: '#20B2AA'
white: '#C6C6C4'
# Bright colors
bright:
black: '#696969'
red: '#FF2400'
green: '#03C03C'
yellow: '#FDFF00'
blue: '#007FFF'
magenta: '#FF1493'
cyan: '#00CCCC'
white: '#FFFAFA'

View File

@ -0,0 +1,37 @@
[colors.bright]
black = "#7f8c8d"
blue = "#3daee9"
cyan = "#16a085"
green = "#1cdc9a"
magenta = "#8e44ad"
red = "#c0392b"
white = "#ffffff"
yellow = "#fdbc4b"
[colors.dim]
black = "#31363b"
blue = "#1b668f"
cyan = "#186c60"
green = "#17a262"
magenta = "#614a73"
red = "#783228"
white = "#63686d"
yellow = "#b65619"
[colors.normal]
black = "#232627"
blue = "#1d99f3"
cyan = "#1abc9c"
green = "#11d116"
magenta = "#9b59b6"
red = "#ed1515"
white = "#fcfcfc"
yellow = "#f67400"
[colors.primary]
background = "#232627"
bright_background = "#000000"
bright_foreground = "#ffffff"
dim_background = "#31363b"
dim_foreground = "#eff0f1"
foreground = "#fcfcfc"

View File

@ -1,44 +0,0 @@
# KDE Breeze (Ported from Konsole)
colors:
# Default colors
primary:
background: '#232627'
foreground: '#fcfcfc'
dim_foreground: '#eff0f1'
bright_foreground: '#ffffff'
dim_background: '#31363b'
bright_background: '#000000'
# Normal colors
normal:
black: '#232627'
red: '#ed1515'
green: '#11d116'
yellow: '#f67400'
blue: '#1d99f3'
magenta: '#9b59b6'
cyan: '#1abc9c'
white: '#fcfcfc'
# Bright colors
bright:
black: '#7f8c8d'
red: '#c0392b'
green: '#1cdc9a'
yellow: '#fdbc4b'
blue: '#3daee9'
magenta: '#8e44ad'
cyan: '#16a085'
white: '#ffffff'
# Dim colors
dim:
black: '#31363b'
red: '#783228'
green: '#17a262'
yellow: '#b65619'
blue: '#1b668f'
magenta: '#614a73'
cyan: '#186c60'
white: '#63686d'

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Brewer (dark)"
[colors.bright]
black = "#737475"
blue = "#3182bd"
cyan = "#80b1d3"
green = "#31a354"
magenta = "#756bb1"
red = "#e31a1c"
white = "#fcfdfe"
yellow = "#dca060"
[colors.cursor]
cursor = "#b7b8b9"
text = "#0c0d0e"
[colors.normal]
black = "#0c0d0e"
blue = "#3182bd"
cyan = "#80b1d3"
green = "#31a354"
magenta = "#756bb1"
red = "#e31a1c"
white = "#b7b8b9"
yellow = "#dca060"
[colors.primary]
background = "#0c0d0e"
foreground = "#b7b8b9"

View File

@ -1,27 +0,0 @@
colors:
name: Brewer (dark)
author: Chris Kempson
primary:
background: "#0c0d0e"
foreground: "#b7b8b9"
cursor:
text: "#0c0d0e"
cursor: "#b7b8b9"
normal:
black: "#0c0d0e"
red: "#e31a1c"
green: "#31a354"
yellow: "#dca060"
blue: "#3182bd"
magenta: "#756bb1"
cyan: "#80b1d3"
white: "#b7b8b9"
bright:
black: "#737475"
red: "#e31a1c"
green: "#31a354"
yellow: "#dca060"
blue: "#3182bd"
magenta: "#756bb1"
cyan: "#80b1d3"
white: "#fcfdfe"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Brewer (light)"
[colors.bright]
black = "#737475"
blue = "#3182bd"
cyan = "#80b1d3"
green = "#31a354"
magenta = "#756bb1"
red = "#e31a1c"
white = "#fcfdfe"
yellow = "#dca060"
[colors.cursor]
cursor = "#515253"
text = "#fcfdfe"
[colors.normal]
black = "#0c0d0e"
blue = "#3182bd"
cyan = "#80b1d3"
green = "#31a354"
magenta = "#756bb1"
red = "#e31a1c"
white = "#b7b8b9"
yellow = "#dca060"
[colors.primary]
background = "#fcfdfe"
foreground = "#515253"

View File

@ -1,27 +0,0 @@
colors:
name: Brewer (light)
author: Chris Kempson
primary:
background: "#fcfdfe"
foreground: "#515253"
cursor:
text: "#fcfdfe"
cursor: "#515253"
normal:
black: "#0c0d0e"
red: "#e31a1c"
green: "#31a354"
yellow: "#dca060"
blue: "#3182bd"
magenta: "#756bb1"
cyan: "#80b1d3"
white: "#b7b8b9"
bright:
black: "#737475"
red: "#e31a1c"
green: "#31a354"
yellow: "#dca060"
blue: "#3182bd"
magenta: "#756bb1"
cyan: "#80b1d3"
white: "#fcfdfe"

View File

@ -0,0 +1,23 @@
[colors.bright]
black = "#767676"
blue = "#3b78ff"
cyan = "#61d6d6"
green = "#16c60c"
magenta = "#b4009e"
red = "#e74856"
white = "#f2f2f2"
yellow = "#f9f1a5"
[colors.normal]
black = "#0c0c0c"
blue = "#0037da"
cyan = "#3a96dd"
green = "#13a10e"
magenta = "#881798"
red = "#c50f1f"
white = "#cccccc"
yellow = "#c19c00"
[colors.primary]
background = "#0c0c0c"
foreground = "#cccccc"

View File

@ -1,28 +0,0 @@
# Campbell (Windows 10 default)
colors:
# Default colors
primary:
background: '#0c0c0c'
foreground: '#cccccc'
# Normal colors
normal:
black: '#0c0c0c'
red: '#c50f1f'
green: '#13a10e'
yellow: '#c19c00'
blue: '#0037da'
magenta: '#881798'
cyan: '#3a96dd'
white: '#cccccc'
# Bright colors
bright:
black: '#767676'
red: '#e74856'
green: '#16c60c'
yellow: '#f9f1a5'
blue: '#3b78ff'
magenta: '#b4009e'
cyan: '#61d6d6'
white: '#f2f2f2'

View File

@ -0,0 +1,75 @@
[[colors.indexed_colors]]
color = "#EF9F76"
index = 16
[[colors.indexed_colors]]
color = "#F2D5CF"
index = 17
[colors.bright]
black = "#626880"
blue = "#8CAAEE"
cyan = "#81C8BE"
green = "#A6D189"
magenta = "#F4B8E4"
red = "#E78284"
white = "#A5ADCE"
yellow = "#E5C890"
[colors.cursor]
cursor = "#F2D5CF"
text = "#303446"
[colors.dim]
black = "#51576D"
blue = "#8CAAEE"
cyan = "#81C8BE"
green = "#A6D189"
magenta = "#F4B8E4"
red = "#E78284"
white = "#B5BFE2"
yellow = "#E5C890"
[colors.footer_bar]
background = "#A5ADCE"
foreground = "#303446"
[colors.hints.end]
background = "#A5ADCE"
foreground = "#303446"
[colors.hints.start]
background = "#E5C890"
foreground = "#303446"
[colors.normal]
black = "#51576D"
blue = "#8CAAEE"
cyan = "#81C8BE"
green = "#A6D189"
magenta = "#F4B8E4"
red = "#E78284"
white = "#B5BFE2"
yellow = "#E5C890"
[colors.primary]
background = "#303446"
bright_foreground = "#C6D0F5"
dim_foreground = "#C6D0F5"
foreground = "#C6D0F5"
[colors.search.focused_match]
background = "#A6D189"
foreground = "#303446"
[colors.search.matches]
background = "#A5ADCE"
foreground = "#303446"
[colors.selection]
background = "#F2D5CF"
text = "#303446"
[colors.vi_mode_cursor]
cursor = "#BABBF1"
text = "#303446"

View File

@ -1,84 +0,0 @@
# Catpuccin - Frappe
colors:
# Default colors
primary:
background: '#303446' # base
foreground: '#C6D0F5' # text
# Bright and dim foreground colors
dim_foreground: '#C6D0F5' # text
bright_foreground: '#C6D0F5' # text
# Cursor colors
cursor:
text: '#303446' # base
cursor: '#F2D5CF' # rosewater
vi_mode_cursor:
text: '#303446' # base
cursor: '#BABBF1' # lavender
# Search colors
search:
matches:
foreground: '#303446' # base
background: '#A5ADCE' # subtext0
focused_match:
foreground: '#303446' # base
background: '#A6D189' # green
footer_bar:
foreground: '#303446' # base
background: '#A5ADCE' # subtext0
# Keyboard regex hints
hints:
start:
foreground: '#303446' # base
background: '#E5C890' # yellow
end:
foreground: '#303446' # base
background: '#A5ADCE' # subtext0
# Selection colors
selection:
text: '#303446' # base
background: '#F2D5CF' # rosewater
# Normal colors
normal:
black: '#51576D' # surface1
red: '#E78284' # red
green: '#A6D189' # green
yellow: '#E5C890' # yellow
blue: '#8CAAEE' # blue
magenta: '#F4B8E4' # pink
cyan: '#81C8BE' # teal
white: '#B5BFE2' # subtext1
# Bright colors
bright:
black: '#626880' # surface2
red: '#E78284' # red
green: '#A6D189' # green
yellow: '#E5C890' # yellow
blue: '#8CAAEE' # blue
magenta: '#F4B8E4' # pink
cyan: '#81C8BE' # teal
white: '#A5ADCE' # subtext0
# Dim colors
dim:
black: '#51576D' # surface1
red: '#E78284' # red
green: '#A6D189' # green
yellow: '#E5C890' # yellow
blue: '#8CAAEE' # blue
magenta: '#F4B8E4' # pink
cyan: '#81C8BE' # teal
white: '#B5BFE2' # subtext1
indexed_colors:
- { index: 16, color: '#EF9F76' }
- { index: 17, color: '#F2D5CF' }

View File

@ -0,0 +1,75 @@
[[colors.indexed_colors]]
color = "#FE640B"
index = 16
[[colors.indexed_colors]]
color = "#DC8A78"
index = 17
[colors.bright]
black = "#6C6F85"
blue = "#1E66F5"
cyan = "#179299"
green = "#40A02B"
magenta = "#EA76CB"
red = "#D20F39"
white = "#BCC0CC"
yellow = "#DF8E1D"
[colors.cursor]
cursor = "#DC8A78"
text = "#EFF1F5"
[colors.dim]
black = "#5C5F77"
blue = "#1E66F5"
cyan = "#179299"
green = "#40A02B"
magenta = "#EA76CB"
red = "#D20F39"
white = "#ACB0BE"
yellow = "#DF8E1D"
[colors.footer_bar]
background = "#6C6F85"
foreground = "#EFF1F5"
[colors.hints.end]
background = "#6C6F85"
foreground = "#EFF1F5"
[colors.hints.start]
background = "#DF8E1D"
foreground = "#EFF1F5"
[colors.normal]
black = "#5C5F77"
blue = "#1E66F5"
cyan = "#179299"
green = "#40A02B"
magenta = "#EA76CB"
red = "#D20F39"
white = "#ACB0BE"
yellow = "#DF8E1D"
[colors.primary]
background = "#EFF1F5"
bright_foreground = "#4C4F69"
dim_foreground = "#4C4F69"
foreground = "#4C4F69"
[colors.search.focused_match]
background = "#40A02B"
foreground = "#EFF1F5"
[colors.search.matches]
background = "#6C6F85"
foreground = "#EFF1F5"
[colors.selection]
background = "#DC8A78"
text = "#EFF1F5"
[colors.vi_mode_cursor]
cursor = "#7287FD"
text = "#EFF1F5"

View File

@ -1,80 +0,0 @@
# Catpuccin - Latte
colors:
# Default colors
primary:
background: '#EFF1F5' # base
foreground: '#4C4F69' # text
# Bright and dim foreground colors
dim_foreground: '#4C4F69' # text
bright_foreground: '#4C4F69' # text
# Cursor colors
cursor:
text: '#EFF1F5' # base
cursor: '#DC8A78' # rosewater
vi_mode_cursor:
text: '#EFF1F5' # base
cursor: '#7287FD' # lavender
# Search colors
search:
matches:
foreground: '#EFF1F5' # base
background: '#6C6F85' # subtext0
focused_match:
foreground: '#EFF1F5' # base
background: '#40A02B' # green
footer_bar:
foreground: '#EFF1F5' # base
background: '#6C6F85' # subtext0
# Keyboard regex hints
hints:
start:
foreground: '#EFF1F5' # base
background: '#DF8E1D' # yellow
end:
foreground: '#EFF1F5' # base
background: '#6C6F85' # subtext0
# Selection colors
selection:
text: '#EFF1F5' # base
background: '#DC8A78' # rosewater
# Normal colors
normal:
black: '#5C5F77' # subtext1
red: '#D20F39' # red
green: '#40A02B' # green
yellow: '#DF8E1D' # yellow
blue: '#1E66F5' # blue
magenta: '#EA76CB' # pink
cyan: '#179299' # teal
white: '#ACB0BE' # surface2
# Bright colors
bright:
black: '#6C6F85' # subtext0
red: '#D20F39' # red
green: '#40A02B' # green
yellow: '#DF8E1D' # yellow
blue: '#1E66F5' # blue
magenta: '#EA76CB' # pink
cyan: '#179299' # teal
white: '#BCC0CC' # surface1
# Dim colors
dim:
black: '#5C5F77' # subtext1
red: '#D20F39' # red
green: '#40A02B' # green
yellow: '#DF8E1D' # yellow
blue: '#1E66F5' # blue
magenta: '#EA76CB' # pink
cyan: '#179299' # teal
white: '#ACB0BE' # surface2
indexed_colors:
- { index: 16, color: '#FE640B' }
- { index: 17, color: '#DC8A78' }

View File

@ -0,0 +1,75 @@
[[colors.indexed_colors]]
color = "#F5A97F"
index = 16
[[colors.indexed_colors]]
color = "#F4DBD6"
index = 17
[colors.bright]
black = "#5B6078"
blue = "#8AADF4"
cyan = "#8BD5CA"
green = "#A6DA95"
magenta = "#F5BDE6"
red = "#ED8796"
white = "#A5ADCB"
yellow = "#EED49F"
[colors.cursor]
cursor = "#F4DBD6"
text = "#24273A"
[colors.dim]
black = "#494D64"
blue = "#8AADF4"
cyan = "#8BD5CA"
green = "#A6DA95"
magenta = "#F5BDE6"
red = "#ED8796"
white = "#B8C0E0"
yellow = "#EED49F"
[colors.footer_bar]
background = "#A5ADCB"
foreground = "#24273A"
[colors.hints.end]
background = "#A5ADCB"
foreground = "#24273A"
[colors.hints.start]
background = "#EED49F"
foreground = "#24273A"
[colors.normal]
black = "#494D64"
blue = "#8AADF4"
cyan = "#8BD5CA"
green = "#A6DA95"
magenta = "#F5BDE6"
red = "#ED8796"
white = "#B8C0E0"
yellow = "#EED49F"
[colors.primary]
background = "#24273A"
bright_foreground = "#CAD3F5"
dim_foreground = "#CAD3F5"
foreground = "#CAD3F5"
[colors.search.focused_match]
background = "#A6DA95"
foreground = "#24273A"
[colors.search.matches]
background = "#A5ADCB"
foreground = "#24273A"
[colors.selection]
background = "#F4DBD6"
text = "#24273A"
[colors.vi_mode_cursor]
cursor = "#B7BDF8"
text = "#24273A"

View File

@ -1,80 +0,0 @@
# Catpuccin - Macchiato
colors:
# Default colors
primary:
background: '#24273A' # base
foreground: '#CAD3F5' # text
# Bright and dim foreground colors
dim_foreground: '#CAD3F5' # text
bright_foreground: '#CAD3F5' # text
# Cursor colors
cursor:
text: '#24273A' # base
cursor: '#F4DBD6' # rosewater
vi_mode_cursor:
text: '#24273A' # base
cursor: '#B7BDF8' # lavender
# Search colors
search:
matches:
foreground: '#24273A' # base
background: '#A5ADCB' # subtext0
focused_match:
foreground: '#24273A' # base
background: '#A6DA95' # green
footer_bar:
foreground: '#24273A' # base
background: '#A5ADCB' # subtext0
# Keyboard regex hints
hints:
start:
foreground: '#24273A' # base
background: '#EED49F' # yellow
end:
foreground: '#24273A' # base
background: '#A5ADCB' # subtext0
# Selection colors
selection:
text: '#24273A' # base
background: '#F4DBD6' # rosewater
# Normal colors
normal:
black: '#494D64' # surface1
red: '#ED8796' # red
green: '#A6DA95' # green
yellow: '#EED49F' # yellow
blue: '#8AADF4' # blue
magenta: '#F5BDE6' # pink
cyan: '#8BD5CA' # teal
white: '#B8C0E0' # subtext1
# Bright colors
bright:
black: '#5B6078' # surface2
red: '#ED8796' # red
green: '#A6DA95' # green
yellow: '#EED49F' # yellow
blue: '#8AADF4' # blue
magenta: '#F5BDE6' # pink
cyan: '#8BD5CA' # teal
white: '#A5ADCB' # subtext0
# Dim colors
dim:
black: '#494D64' # surface1
red: '#ED8796' # red
green: '#A6DA95' # green
yellow: '#EED49F' # yellow
blue: '#8AADF4' # blue
magenta: '#F5BDE6' # pink
cyan: '#8BD5CA' # teal
white: '#B8C0E0' # subtext1
indexed_colors:
- { index: 16, color: '#F5A97F' }
- { index: 17, color: '#F4DBD6' }

View File

@ -0,0 +1,75 @@
[[colors.indexed_colors]]
color = "#FAB387"
index = 16
[[colors.indexed_colors]]
color = "#F5E0DC"
index = 17
[colors.bright]
black = "#585B70"
blue = "#89B4FA"
cyan = "#94E2D5"
green = "#A6E3A1"
magenta = "#F5C2E7"
red = "#F38BA8"
white = "#A6ADC8"
yellow = "#F9E2AF"
[colors.cursor]
cursor = "#F5E0DC"
text = "#1E1E2E"
[colors.dim]
black = "#45475A"
blue = "#89B4FA"
cyan = "#94E2D5"
green = "#A6E3A1"
magenta = "#F5C2E7"
red = "#F38BA8"
white = "#BAC2DE"
yellow = "#F9E2AF"
[colors.footer_bar]
background = "#A6ADC8"
foreground = "#1E1E2E"
[colors.hints.end]
background = "#A6ADC8"
foreground = "#1E1E2E"
[colors.hints.start]
background = "#F9E2AF"
foreground = "#1E1E2E"
[colors.normal]
black = "#45475A"
blue = "#89B4FA"
cyan = "#94E2D5"
green = "#A6E3A1"
magenta = "#F5C2E7"
red = "#F38BA8"
white = "#BAC2DE"
yellow = "#F9E2AF"
[colors.primary]
background = "#1E1E2E"
bright_foreground = "#CDD6F4"
dim_foreground = "#CDD6F4"
foreground = "#CDD6F4"
[colors.search.focused_match]
background = "#A6E3A1"
foreground = "#1E1E2E"
[colors.search.matches]
background = "#A6ADC8"
foreground = "#1E1E2E"
[colors.selection]
background = "#F5E0DC"
text = "#1E1E2E"
[colors.vi_mode_cursor]
cursor = "#B4BEFE"
text = "#1E1E2E"

View File

@ -1,80 +0,0 @@
# Catpuccin - Mocha
colors:
# Default colors
primary:
background: '#1E1E2E' # base
foreground: '#CDD6F4' # text
# Bright and dim foreground colors
dim_foreground: '#CDD6F4' # text
bright_foreground: '#CDD6F4' # text
# Cursor colors
cursor:
text: '#1E1E2E' # base
cursor: '#F5E0DC' # rosewater
vi_mode_cursor:
text: '#1E1E2E' # base
cursor: '#B4BEFE' # lavender
# Search colors
search:
matches:
foreground: '#1E1E2E' # base
background: '#A6ADC8' # subtext0
focused_match:
foreground: '#1E1E2E' # base
background: '#A6E3A1' # green
footer_bar:
foreground: '#1E1E2E' # base
background: '#A6ADC8' # subtext0
# Keyboard regex hints
hints:
start:
foreground: '#1E1E2E' # base
background: '#F9E2AF' # yellow
end:
foreground: '#1E1E2E' # base
background: '#A6ADC8' # subtext0
# Selection colors
selection:
text: '#1E1E2E' # base
background: '#F5E0DC' # rosewater
# Normal colors
normal:
black: '#45475A' # surface1
red: '#F38BA8' # red
green: '#A6E3A1' # green
yellow: '#F9E2AF' # yellow
blue: '#89B4FA' # blue
magenta: '#F5C2E7' # pink
cyan: '#94E2D5' # teal
white: '#BAC2DE' # subtext1
# Bright colors
bright:
black: '#585B70' # surface2
red: '#F38BA8' # red
green: '#A6E3A1' # green
yellow: '#F9E2AF' # yellow
blue: '#89B4FA' # blue
magenta: '#F5C2E7' # pink
cyan: '#94E2D5' # teal
white: '#A6ADC8' # subtext0
# Dim colors
dim:
black: '#45475A' # surface1
red: '#F38BA8' # red
green: '#A6E3A1' # green
yellow: '#F9E2AF' # yellow
blue: '#89B4FA' # blue
magenta: '#F5C2E7' # pink
cyan: '#94E2D5' # teal
white: '#BAC2DE' # subtext1
indexed_colors:
- { index: 16, color: '#FAB387' }
- { index: 17, color: '#F5E0DC' }

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Chalk (dark)"
[colors.bright]
black = "#505050"
blue = "#6fc2ef"
cyan = "#12cfc0"
green = "#acc267"
magenta = "#e1a3ee"
red = "#fb9fb1"
white = "#f5f5f5"
yellow = "#ddb26f"
[colors.cursor]
cursor = "#d0d0d0"
text = "#151515"
[colors.normal]
black = "#151515"
blue = "#6fc2ef"
cyan = "#12cfc0"
green = "#acc267"
magenta = "#e1a3ee"
red = "#fb9fb1"
white = "#d0d0d0"
yellow = "#ddb26f"
[colors.primary]
background = "#151515"
foreground = "#d0d0d0"

View File

@ -1,27 +0,0 @@
colors:
name: Chalk (dark)
author: Chris Kempson
primary:
background: "#151515"
foreground: "#d0d0d0"
cursor:
text: "#151515"
cursor: "#d0d0d0"
normal:
black: "#151515"
red: "#fb9fb1"
green: "#acc267"
yellow: "#ddb26f"
blue: "#6fc2ef"
magenta: "#e1a3ee"
cyan: "#12cfc0"
white: "#d0d0d0"
bright:
black: "#505050"
red: "#fb9fb1"
green: "#acc267"
yellow: "#ddb26f"
blue: "#6fc2ef"
magenta: "#e1a3ee"
cyan: "#12cfc0"
white: "#f5f5f5"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Chalk (light)"
[colors.bright]
black = "#505050"
blue = "#6fc2ef"
cyan = "#12cfc0"
green = "#acc267"
magenta = "#e1a3ee"
red = "#fb9fb1"
white = "#f5f5f5"
yellow = "#ddb26f"
[colors.cursor]
cursor = "#303030"
text = "#f5f5f5"
[colors.normal]
black = "#151515"
blue = "#6fc2ef"
cyan = "#12cfc0"
green = "#acc267"
magenta = "#e1a3ee"
red = "#fb9fb1"
white = "#d0d0d0"
yellow = "#ddb26f"
[colors.primary]
background = "#f5f5f5"
foreground = "#303030"

View File

@ -1,27 +0,0 @@
colors:
name: Chalk (light)
author: Chris Kempson
primary:
background: "#f5f5f5"
foreground: "#303030"
cursor:
text: "#f5f5f5"
cursor: "#303030"
normal:
black: "#151515"
red: "#fb9fb1"
green: "#acc267"
yellow: "#ddb26f"
blue: "#6fc2ef"
magenta: "#e1a3ee"
cyan: "#12cfc0"
white: "#d0d0d0"
bright:
black: "#505050"
red: "#fb9fb1"
green: "#acc267"
yellow: "#ddb26f"
blue: "#6fc2ef"
magenta: "#e1a3ee"
cyan: "#12cfc0"
white: "#f5f5f5"

View File

@ -0,0 +1,23 @@
[colors.bright]
black = "0x565575"
blue = "0x65b2ff"
cyan = "0x63f2f1"
green = "0x62d196"
magenta = "0x906cff"
red = "0xff5458"
white = "0xa6b3cc"
yellow = "0xffb378"
[colors.normal]
black = "0x100e23"
blue = "0x91ddff"
cyan = "0xaaffe4"
green = "0x95ffa4"
magenta = "0xc991e1"
red = "0xff8080"
white = "0xcbe3e7"
yellow = "0xffe9aa"
[colors.primary]
background = "0x1b182c"
foreground = "0xcbe3e7"

View File

@ -1,27 +0,0 @@
colors:
# Default colors
primary:
background: '0x1b182c'
foreground: '0xcbe3e7'
# Normal colors
normal:
black: '0x100e23'
red: '0xff8080'
green: '0x95ffa4'
yellow: '0xffe9aa'
blue: '0x91ddff'
magenta: '0xc991e1'
cyan: '0xaaffe4'
white: '0xcbe3e7'
# Bright colors
bright:
black: '0x565575'
red: '0xff5458'
green: '0x62d196'
yellow: '0xffb378'
blue: '0x65b2ff'
magenta: '0x906cff'
cyan: '0x63f2f1'
white: '0xa6b3cc'

View File

@ -0,0 +1,31 @@
[colors]
author = ""
name = "Cloud"
[colors.bright]
black = "#5d6f74"
blue = "#5786bc"
cyan = "#849da2"
green = "#63b0b0"
magenta = "#3f3442"
red = "#cd749c"
white = "#d9d6cf"
yellow = "#c0c0dd"
[colors.cursor]
cursor = "#ffffff"
text = "#000000"
[colors.normal]
black = "#222827"
blue = "#654a96"
cyan = "#a9d1df"
green = "#9c75dd"
magenta = "#625566"
red = "#d5a8e3"
white = "#e6ebe5"
yellow = "#9898ae"
[colors.primary]
background = "#000000"
foreground = "#ffffff"

View File

@ -1,27 +0,0 @@
colors:
name: Cloud
author: ""
primary:
background: "#000000"
foreground: "#ffffff"
cursor:
text: "#000000"
cursor: "#ffffff"
normal:
black: "#222827"
red: "#d5a8e3"
green: "#9c75dd"
yellow: "#9898ae"
blue: "#654a96"
magenta: "#625566"
cyan: "#a9d1df"
white: "#e6ebe5"
bright:
black: "#5d6f74"
red: "#cd749c"
green: "#63b0b0"
yellow: "#c0c0dd"
blue: "#5786bc"
magenta: "#3f3442"
cyan: "#849da2"
white: "#d9d6cf"

View File

@ -0,0 +1,31 @@
[colors.bright]
black = "#555555"
blue = "#5555ff"
cyan = "#6ae3fa"
green = "#3bd01d"
magenta = "#ff55ff"
red = "#f40e17"
white = "#ffffff"
yellow = "#edc809"
[colors.cursor]
cursor = "#f0cc09"
text = "#fefff2"
[colors.normal]
black = "#000000"
blue = "#1460d2"
cyan = "#00bbbb"
green = "#38de21"
magenta = "#ff005d"
red = "#ff0000"
white = "#bbbbbb"
yellow = "#ffe50a"
[colors.primary]
background = "#132738"
foreground = "#ffffff"
[colors.selection]
background = "#18354f"
text = "#b5b5b5"

View File

@ -1,33 +0,0 @@
# Colors (Cobalt 2)
colors:
cursor:
text: '#fefff2'
cursor: '#f0cc09'
selection:
text: '#b5b5b5'
background: '#18354f'
primary:
background: '#132738'
foreground: '#ffffff'
normal:
black: '#000000'
red: '#ff0000'
green: '#38de21'
yellow: '#ffe50a'
blue: '#1460d2'
magenta: '#ff005d'
cyan: '#00bbbb'
white: '#bbbbbb'
bright:
black: '#555555'
red: '#f40e17'
green: '#3bd01d'
yellow: '#edc809'
blue: '#5555ff'
magenta: '#ff55ff'
cyan: '#6ae3fa'
white: '#ffffff'

View File

@ -0,0 +1,27 @@
[colors.bright]
black = "0x545454"
blue = "0x5555ff"
cyan = "0x6ae3f9"
green = "0x3bcf1d"
magenta = "0xff55ff"
red = "0xf40d17"
white = "0xffffff"
yellow = "0xecc809"
[colors.cursor]
cursor = "0xf0cb09"
text = "0x122637"
[colors.normal]
black = "0x000000"
blue = "0x1460d2"
cyan = "0x00bbbb"
green = "0x37dd21"
magenta = "0xff005d"
red = "0xff0000"
white = "0xbbbbbb"
yellow = "0xfee409"
[colors.primary]
background = "0x122637"
foreground = "0xffffff"

View File

@ -1,34 +0,0 @@
# From the famous Cobalt2 sublime theme
# Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2
colors:
# Default colors
primary:
background: '0x122637'
foreground: '0xffffff'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x122637'
cursor: '0xf0cb09'
# Normal colors
normal:
black: '0x000000'
red: '0xff0000'
green: '0x37dd21'
yellow: '0xfee409'
blue: '0x1460d2'
magenta: '0xff005d'
cyan: '0x00bbbb'
white: '0xbbbbbb'
# Bright colors
bright:
black: '0x545454'
red: '0xf40d17'
green: '0x3bcf1d'
yellow: '0xecc809'
blue: '0x5555ff'
magenta: '0xff55ff'
cyan: '0x6ae3f9'
white: '0xffffff'

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Codeschool (dark)"
[colors.bright]
black = "#3f4944"
blue = "#484d79"
cyan = "#b02f30"
green = "#237986"
magenta = "#c59820"
red = "#2a5491"
white = "#b5d8f6"
yellow = "#a03b1e"
[colors.cursor]
cursor = "#9ea7a6"
text = "#232c31"
[colors.normal]
black = "#232c31"
blue = "#484d79"
cyan = "#b02f30"
green = "#237986"
magenta = "#c59820"
red = "#2a5491"
white = "#9ea7a6"
yellow = "#a03b1e"
[colors.primary]
background = "#232c31"
foreground = "#9ea7a6"

View File

@ -1,27 +0,0 @@
colors:
name: Codeschool (dark)
author: Chris Kempson
primary:
background: "#232c31"
foreground: "#9ea7a6"
cursor:
text: "#232c31"
cursor: "#9ea7a6"
normal:
black: "#232c31"
red: "#2a5491"
green: "#237986"
yellow: "#a03b1e"
blue: "#484d79"
magenta: "#c59820"
cyan: "#b02f30"
white: "#9ea7a6"
bright:
black: "#3f4944"
red: "#2a5491"
green: "#237986"
yellow: "#a03b1e"
blue: "#484d79"
magenta: "#c59820"
cyan: "#b02f30"
white: "#b5d8f6"

View File

@ -0,0 +1,31 @@
[colors]
author = "Chris Kempson"
name = "Codeschool (light)"
[colors.bright]
black = "#3f4944"
blue = "#484d79"
cyan = "#b02f30"
green = "#237986"
magenta = "#c59820"
red = "#2a5491"
white = "#b5d8f6"
yellow = "#a03b1e"
[colors.cursor]
cursor = "#2a343a"
text = "#b5d8f6"
[colors.normal]
black = "#232c31"
blue = "#484d79"
cyan = "#b02f30"
green = "#237986"
magenta = "#c59820"
red = "#2a5491"
white = "#9ea7a6"
yellow = "#a03b1e"
[colors.primary]
background = "#b5d8f6"
foreground = "#2a343a"

View File

@ -1,27 +0,0 @@
colors:
name: Codeschool (light)
author: Chris Kempson
primary:
background: "#b5d8f6"
foreground: "#2a343a"
cursor:
text: "#b5d8f6"
cursor: "#2a343a"
normal:
black: "#232c31"
red: "#2a5491"
green: "#237986"
yellow: "#a03b1e"
blue: "#484d79"
magenta: "#c59820"
cyan: "#b02f30"
white: "#9ea7a6"
bright:
black: "#3f4944"
red: "#2a5491"
green: "#237986"
yellow: "#a03b1e"
blue: "#484d79"
magenta: "#c59820"
cyan: "#b02f30"
white: "#b5d8f6"

View File

@ -0,0 +1,31 @@
[colors]
author = ""
name = "Colorful Colors"
[colors.bright]
black = "#696969"
blue = "#79d2ff"
cyan = "#87a8af"
green = "#a6e179"
magenta = "#bb5d79"
red = "#ed4c7a"
white = "#e2f1f6"
yellow = "#ffdf6b"
[colors.cursor]
cursor = "#ffffff"
text = "#000000"
[colors.normal]
black = "#151515"
blue = "#a6e2f0"
cyan = "#5f868f"
green = "#a6e25f"
magenta = "#e85b92"
red = "#ff8eaf"
white = "#d5f1f2"
yellow = "#f8e578"
[colors.primary]
background = "#000000"
foreground = "#ffffff"

View File

@ -1,27 +0,0 @@
colors:
name: Colorful Colors
author: ""
primary:
background: "#000000"
foreground: "#ffffff"
cursor:
text: "#000000"
cursor: "#ffffff"
normal:
black: "#151515"
red: "#ff8eaf"
green: "#a6e25f"
yellow: "#f8e578"
blue: "#a6e2f0"
magenta: "#e85b92"
cyan: "#5f868f"
white: "#d5f1f2"
bright:
black: "#696969"
red: "#ed4c7a"
green: "#a6e179"
yellow: "#ffdf6b"
blue: "#79d2ff"
magenta: "#bb5d79"
cyan: "#87a8af"
white: "#e2f1f6"

View File

@ -1,27 +0,0 @@
colors:
name: Dark Ocean
author: DOOMICIDE
primary:
background: "#000000"
foreground: "#ffffff"
cursor:
text: "#000000"
cursor: "#ffffff"
normal:
black: "#000000"
red: "#571dc2"
green: "#14db49"
yellow: "#403d70"
blue: "#385a70"
magenta: "#384894"
cyan: "#4f3a5e"
white: "#999999"
bright:
black: "#38372c"
red: "#7c54b0"
green: "#a2e655"
yellow: "#9c6f59"
blue: "#323f5c"
magenta: "#5e6c99"
cyan: "#667d77"
white: "#ffffff"

View File

@ -0,0 +1,23 @@
[colors.bright]
black = "#666666"
blue = "#387CD3"
cyan = "#3D97E2"
green = "#77B869"
magenta = "#957BBE"
red = "#E05A4F"
white = "#BABABA"
yellow = "#EFD64B"
[colors.normal]
black = "#000000"
blue = "#1C98E8"
cyan = "#1C98E8"
green = "#68C256"
magenta = "#8E69C9"
red = "#E8341C"
white = "#BABABA"
yellow = "#F2D42C"
[colors.primary]
background = "#222324"
foreground = "#BABABA"

View File

@ -1,27 +0,0 @@
# Colors (Darkside)
colors:
primary:
background: '#222324'
foreground: '#BABABA'
# Normal colors
normal:
black: '#000000'
red: '#E8341C'
green: '#68C256'
yellow: '#F2D42C'
blue: '#1C98E8'
magenta: '#8E69C9'
cyan: '#1C98E8'
white: '#BABABA'
# Bright colors
bright:
black: '#666666'
red: '#E05A4F'
green: '#77B869'
yellow: '#EFD64B'
blue: '#387CD3'
magenta: '#957BBE'
cyan: '#3D97E2'
white: '#BABABA'

View File

@ -0,0 +1,33 @@
[colors.bright]
black = "#32302f"
blue = "#83a598"
cyan = "#3fd7e5"
green = "#b8bb26"
magenta = "#d3869b"
red = "#fb4933"
white = "#ffffc8"
yellow = "#fabd2f"
[colors.dim]
black = "#1d2021"
blue = "#2b3c44"
cyan = "#205161"
green = "#232b0f"
magenta = "#4e3d45"
red = "#421e1e"
white = "#f4e8ba"
yellow = "#4d3b27"
[colors.normal]
black = "#282828"
blue = "#076678"
cyan = "#00a7af"
green = "#79740e"
magenta = "#8f3f71"
red = "#9d0006"
white = "#fdf4c1"
yellow = "#b57614"
[colors.primary]
background = "#282828"
foreground = "#fdf4c1"

Some files were not shown because too many files have changed in this diff Show More