mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
remove yml theme assets
This commit is contained in:
parent
b8fa4d04b3
commit
1e223270bb
29 changed files with 2 additions and 830 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# # Please read and abide by the terms of the included LICENSE.
|
||||
# # Copyright 2024, Deepankar Chakroborty, All rights reserved.
|
||||
# #
|
||||
# # Version : 0.2
|
||||
# # Version : 0.3
|
||||
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
||||
# # Report issues: https://github.com/dchakro/alacritty_colors/issues
|
||||
# # License: https://github.com/dchakro/alacritty_colors/blob/master/LICENSE
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
# # Please read and abide by the terms of the included LICENSE.
|
||||
# # Copyright 2024, Deepankar Chakroborty, All rights reserved.
|
||||
# #
|
||||
# # Version : 0.2
|
||||
# # Version : 0.3
|
||||
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
|
||||
# # Report issues: https://github.com/dchakro/alacritty_colors/issues
|
||||
# # License: https://github.com/dchakro/alacritty_colors/blob/master/LICENSE
|
||||
|
|
|
|||
|
|
@ -1,33 +0,0 @@
|
|||
# Colors (Argonaut)
|
||||
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'
|
||||
|
|
@ -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'
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Colors (Birds of Paradise)
|
||||
# Source: https://gogh-co.github.io/Gogh/
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#2a1f1d'
|
||||
foreground: '#e0dbb7'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#573d26'
|
||||
red: '#be2d26'
|
||||
green: '#6ba18a'
|
||||
yellow: '#e99d2a'
|
||||
blue: '#5a86ad'
|
||||
magenta: '#ac80a6'
|
||||
cyan: '#74a6ad'
|
||||
white: '#e0dbb7'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#9b6c4a'
|
||||
red: '#e84627'
|
||||
green: '#95d8ba'
|
||||
yellow: '#d0d150'
|
||||
blue: '#b8d3ed'
|
||||
magenta: '#d19ecb'
|
||||
cyan: '#93cfd7'
|
||||
white: '#fff9d5'
|
||||
|
|
@ -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: '#FFD700'
|
||||
blue: '#007FFF'
|
||||
magenta: '#FF1493'
|
||||
cyan: '#00CCCC'
|
||||
white: '#FFFAFA'
|
||||
|
|
@ -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'
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
# Breeze2 (robocopAlpha)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#232627'
|
||||
foreground: '#fcfcfc'
|
||||
|
||||
dim_foreground: '#eff0f1'
|
||||
bright_foreground: '#fcfcfc'
|
||||
dim_background: '#31363b'
|
||||
bright_background: '#000000'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#232627'
|
||||
red: '#ed1515'
|
||||
green: '#11d116'
|
||||
yellow: '#f67400'
|
||||
blue: '#1d99f3'
|
||||
magenta: '#9b59b6'
|
||||
cyan: '#00ced1'
|
||||
white: '#63686d'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#7f8c8d'
|
||||
red: '#ff4040'
|
||||
green: '#19c68a'
|
||||
yellow: '#fdbc4b'
|
||||
blue: '#3daee9'
|
||||
magenta: '#8e44ad'
|
||||
cyan: '#00ced1'
|
||||
white: '#808080'
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '#31363b'
|
||||
red: '#783228'
|
||||
green: '#17a262'
|
||||
yellow: '#b65619'
|
||||
blue: '#1b668f'
|
||||
magenta: '#614a73'
|
||||
cyan: '#00ffff'
|
||||
white: '#63686d'
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
# Colors (Darktooth)
|
||||
colors:
|
||||
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#282828'
|
||||
foreground: '#fdf4c1'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#282828'
|
||||
red: '#9d0006'
|
||||
green: '#79740e'
|
||||
yellow: '#b57614'
|
||||
blue: '#076678'
|
||||
magenta: '#8f3f71'
|
||||
cyan: '#00a7af'
|
||||
white: '#fdf4c1'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#32302f'
|
||||
red: '#fb4933'
|
||||
green: '#b8bb26'
|
||||
yellow: '#fabd2f'
|
||||
blue: '#83a598'
|
||||
magenta: '#d3869b'
|
||||
cyan: '#3fd7e5'
|
||||
white: '#ffffc8'
|
||||
|
||||
# Dim colors (Optional)
|
||||
dim:
|
||||
black: '#1d2021'
|
||||
red: '#421e1e'
|
||||
green: '#232b0f'
|
||||
yellow: '#4d3b27'
|
||||
blue: '#2b3c44'
|
||||
magenta: '#4e3d45'
|
||||
cyan: '#205161'
|
||||
white: '#f4e8ba'
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# Colors (Dracula)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#282a36'
|
||||
foreground: '#f8f8f2'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#ff5555'
|
||||
green: '#50fa7b'
|
||||
yellow: '#f1fa8c'
|
||||
blue: '#caa9fa'
|
||||
magenta: '#ff79c6'
|
||||
cyan: '#8be9fd'
|
||||
white: '#bfbfbf'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#575b70'
|
||||
red: '#ff6e67'
|
||||
green: '#5af78e'
|
||||
yellow: '#f4f99d'
|
||||
blue: '#caa9fa'
|
||||
magenta: '#ff92d0'
|
||||
cyan: '#9aedfe'
|
||||
white: '#e6e6e6'
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# Colors (Github Light)
|
||||
# Source: https://github.com/projekt0n/github-theme-contrib/blob/main/alacritty/github_light.yml
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0xffffff'
|
||||
foreground: '0x24292f'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x24292e'
|
||||
red: '0xd73a49'
|
||||
green: '0x28a745'
|
||||
yellow: '0xdbab09'
|
||||
blue: '0x0366d6'
|
||||
magenta: '0x5a32a3'
|
||||
cyan: '0x0598bc'
|
||||
white: '0x6a737d'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x959da5'
|
||||
red: '0xcb2431'
|
||||
green: '0x22863a'
|
||||
yellow: '0xb08800'
|
||||
blue: '0x005cc5'
|
||||
magenta: '0x5a32a3'
|
||||
cyan: '0x3192aa'
|
||||
white: '0xd1d5da'
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '0xd18616' }
|
||||
- { index: 17, color: '0xcb2431' }
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
# Colors (Gruvbox dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
# hard contrast: background = '#1d2021'
|
||||
background: '#282828'
|
||||
# soft contrast: background = '#32302f'
|
||||
foreground: '#ebdbb2'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#282828'
|
||||
red: '#cc241d'
|
||||
green: '#98971a'
|
||||
yellow: '#d79921'
|
||||
blue: '#458588'
|
||||
magenta: '#b16286'
|
||||
cyan: '#689d6a'
|
||||
white: '#a89984'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#928374'
|
||||
red: '#fb4934'
|
||||
green: '#b8bb26'
|
||||
yellow: '#fabd2f'
|
||||
blue: '#83a598'
|
||||
magenta: '#d3869b'
|
||||
cyan: '#8ec07c'
|
||||
white: '#ebdbb2'
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# Colors (Hyper)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#000000'
|
||||
foreground: '#ffffff'
|
||||
cursor:
|
||||
text: '#F81CE5'
|
||||
cursor: '#ffffff'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#fe0100'
|
||||
green: '#33ff00'
|
||||
yellow: '#FFD700'
|
||||
# yellow: '#feff00'
|
||||
blue: '#0066ff'
|
||||
magenta: '#cc00ff'
|
||||
cyan: '#00ffff'
|
||||
white: '#d0d0d0'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#808080'
|
||||
red: '#fe0100'
|
||||
green: '#33ff00'
|
||||
yellow: '#FFD700'
|
||||
# yellow: '#feff00'
|
||||
blue: '#0066ff'
|
||||
magenta: '#cc00ff'
|
||||
cyan: '#00ffff'
|
||||
white: '#FFFFFF'
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# Colors (iTerm 2 default theme)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#101421'
|
||||
foreground: '#fffbf6'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#2e2e2e'
|
||||
red: '#eb4129'
|
||||
green: '#abe047'
|
||||
yellow: '#f6c744'
|
||||
blue: '#47a0f3'
|
||||
magenta: '#7b5cb0'
|
||||
cyan: '#64dbed'
|
||||
white: '#e5e9f0'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#565656'
|
||||
red: '#ec5357'
|
||||
green: '#c0e17d'
|
||||
yellow: '#f9da6a'
|
||||
blue: '#49a4f8'
|
||||
magenta: '#a47de9'
|
||||
cyan: '#99faf2'
|
||||
white: '#ffffff'
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#000000'
|
||||
foreground: '#dddddd'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#cc0403'
|
||||
green: '#19cb00'
|
||||
yellow: '#cecb00'
|
||||
blue: '#0d73cc'
|
||||
magenta: '#cb1ed1'
|
||||
cyan: '#0dcdcd'
|
||||
white: '#dddddd'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#767676'
|
||||
red: '#f2201f'
|
||||
green: '#23fd00'
|
||||
yellow: '#fffd00'
|
||||
blue: '#1a8fff'
|
||||
magenta: '#fd28ff'
|
||||
cyan: '#14ffff'
|
||||
white: '#ffffff'
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# Colors (Material Theme)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#263238'
|
||||
foreground: '#eeffff'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#e53935'
|
||||
green: '#91b859'
|
||||
yellow: '#ffb62c'
|
||||
blue: '#6182b8'
|
||||
magenta: '#ff5370'
|
||||
cyan: '#39adb5'
|
||||
white: '#a0a0a0'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#4e4e4e'
|
||||
red: '#ff5370'
|
||||
green: '#c3e88d'
|
||||
yellow: '#ffcb6b'
|
||||
blue: '#82aaff'
|
||||
magenta: '#f07178'
|
||||
cyan: '#89ddff'
|
||||
white: '#ffffff'
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# metrostyle colors
|
||||
# based on: https://www.color-hex.com/color-palette/471
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#fffdef'
|
||||
foreground: '#000000'
|
||||
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#d41243'
|
||||
green: '#8ec127'
|
||||
yellow: '#f47835'
|
||||
blue: '#0040db'
|
||||
magenta: '#a200ff'
|
||||
cyan: '#00aedb'
|
||||
white: '#DDDDDD'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#888888'
|
||||
red: '#d41243'
|
||||
green: '#8ec127'
|
||||
yellow: '#f47835'
|
||||
blue: '#0040db'
|
||||
magenta: '#a200ff'
|
||||
cyan: '#00aedb'
|
||||
white: '#FFFFFF'
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# Colors (Monokai Soda)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1a1a1a'
|
||||
foreground: '#c4c5b5'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#1a1a1a'
|
||||
red: '#f4005f'
|
||||
green: '#98e024'
|
||||
yellow: '#fa8419'
|
||||
blue: '#9d65ff'
|
||||
magenta: '#f4005f'
|
||||
cyan: '#58d1eb'
|
||||
white: '#c4c5b5'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#625e4c'
|
||||
red: '#f4005f'
|
||||
green: '#98e024'
|
||||
yellow: '#e0d561'
|
||||
blue: '#9d65ff'
|
||||
magenta: '#f4005f'
|
||||
cyan: '#58d1eb'
|
||||
white: '#f6f6ef'
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# Colors (Monokai Soda)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1a1a1a'
|
||||
foreground: '#fafafa'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#1a1a1a'
|
||||
red: '#f4005f'
|
||||
green: '#98e024'
|
||||
yellow: '#fa8419'
|
||||
blue: '#9d65ff'
|
||||
magenta: '#f4005f'
|
||||
cyan: '#58d1eb'
|
||||
white: '#fafafa'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#625e4c'
|
||||
red: '#f4005f'
|
||||
green: '#98e024'
|
||||
yellow: '#e0d561'
|
||||
blue: '#9d65ff'
|
||||
magenta: '#f4005f'
|
||||
cyan: '#58d1eb'
|
||||
white: '#ffffff'
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# Colors (PaperColor Light)
|
||||
# Source: https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L36
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0xeeeeee'
|
||||
foreground: '0x444444'
|
||||
cursor:
|
||||
text: '0xeeeeee'
|
||||
cursor: '0x444444'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0xeeeeee'
|
||||
red: '0xaf0000'
|
||||
green: '0x008700'
|
||||
yellow: '0x5f8700'
|
||||
blue: '0x0087af'
|
||||
magenta: '0x878787'
|
||||
cyan: '0x005f87'
|
||||
white: '0x444444'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0xbcbcbc'
|
||||
red: '0xd70000'
|
||||
green: '0xd70087'
|
||||
yellow: '0x8700af'
|
||||
blue: '0xd75f00'
|
||||
magenta: '0xd75f00'
|
||||
cyan: '0x005faf'
|
||||
white: '0x005f87'
|
||||
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Colors (ParaisoDark)
|
||||
# Source: https://gogh-co.github.io/Gogh/
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#2f1e2e'
|
||||
foreground: '#edeceb'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#ef6155'
|
||||
green: '#48b685'
|
||||
yellow: '#fec418'
|
||||
blue: '#06b6ef'
|
||||
magenta: '#815ba4'
|
||||
cyan: '#5bc4bf'
|
||||
white: '#edeceb'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#776e71'
|
||||
red: '#ef6155'
|
||||
green: '#48b685'
|
||||
yellow: '#fec418'
|
||||
blue: '#06b6ef'
|
||||
magenta: '#815ba4'
|
||||
cyan: '#5bc4bf'
|
||||
white: '#fcfcfb'
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# Colors (Pencil Light)
|
||||
# Source: https://github.com/mattly/iterm-colors-pencil
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0xf1f1f1'
|
||||
foreground: '0x424242'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x212121'
|
||||
red: '0xc30771'
|
||||
green: '0x10a778'
|
||||
yellow: '0xa89c14'
|
||||
blue: '0x008ec4'
|
||||
magenta: '0x523c79'
|
||||
cyan: '0x20a5ba'
|
||||
white: '0xe0e0e0'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x212121'
|
||||
red: '0xfb007a'
|
||||
green: '0x5fd7af'
|
||||
yellow: '0xf3e430'
|
||||
blue: '0x20bbfc'
|
||||
magenta: '0x6855de'
|
||||
cyan: '0x4fb8cc'
|
||||
white: '0xf1f1f1'
|
||||
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# Colors (Pop OS)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#333333'
|
||||
foreground: '#F2F2F2'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#333333'
|
||||
red: '#CC0000'
|
||||
green: '#4E9A06'
|
||||
yellow: '#C4A000'
|
||||
blue: '#3465A4'
|
||||
magenta: '#75507B'
|
||||
cyan: '#06989A'
|
||||
white: '#D3D7CF'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#88807C'
|
||||
red: '#F15D22'
|
||||
green: '#73C48F'
|
||||
yellow: '#FFCE51'
|
||||
blue: '#48B9C7'
|
||||
magenta: '#AD7FA8'
|
||||
cyan: '#34E2E2'
|
||||
white: '#EEEEEC'
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
# RobocopAlpha colors
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#000000'
|
||||
foreground: '#FFFFFF'
|
||||
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#FF2222'
|
||||
green: '#22BB22'
|
||||
yellow: '#BBBB22'
|
||||
blue: '#2279FF'
|
||||
magenta: '#BB22BB'
|
||||
cyan: '#22BBBB'
|
||||
white: '#DDDDDD'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#888888'
|
||||
red: '#FF2222'
|
||||
green: '#22FF22'
|
||||
yellow: '#FFFF22'
|
||||
blue: '#2279FF'
|
||||
magenta: '#FF22FF'
|
||||
cyan: '#22FFFF'
|
||||
white: '#FFFFFF'
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Colors (Seabird)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#ffffff'
|
||||
# foreground: '#61707a'
|
||||
foreground: '#1A1A1A'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#0b141a'
|
||||
red: '#ff4053'
|
||||
green: '#11ab00'
|
||||
yellow: '#bf8c00'
|
||||
blue: '#0099ff'
|
||||
magenta: '#9854ff'
|
||||
cyan: '#00a5ab'
|
||||
white: '#ffffff'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#0b141a'
|
||||
red: '#ff4053'
|
||||
green: '#11ab00'
|
||||
yellow: '#bf8c00'
|
||||
blue: '#0099ff'
|
||||
magenta: '#9854ff'
|
||||
cyan: '#00a5ab'
|
||||
white: '#ffffff'
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
# color (Spacemacs light)
|
||||
colors:
|
||||
primary:
|
||||
foreground: '#64526F'
|
||||
background: '#FAF7EE'
|
||||
|
||||
cursor:
|
||||
cursor: '#64526F'
|
||||
text: '#FAF7EE'
|
||||
normal:
|
||||
black: '#FAF7EE'
|
||||
red: '#DF201C'
|
||||
green: '#009F6B'
|
||||
# green: '#29A0AD'
|
||||
yellow: '#DB742E'
|
||||
blue: '#3980C2'
|
||||
magenta: '#29A0AD'
|
||||
# magenta: '#2C9473'
|
||||
cyan: '#6B3062'
|
||||
white: '#64526F'
|
||||
|
||||
bright:
|
||||
black: '#9F93A1'
|
||||
red: '#DF201C'
|
||||
green: '#009F6B'
|
||||
# green: '#29A0AD'
|
||||
yellow: '#DB742E'
|
||||
blue: '#3980C2'
|
||||
magenta: '#29A0AD'
|
||||
# magenta: '#2C9473'
|
||||
cyan: '#6B3062'
|
||||
white: '#64526F'
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# color (Spacer by robocopAlpha)
|
||||
# Modified from spacemacs
|
||||
colors:
|
||||
primary:
|
||||
foreground: '#7e688d'
|
||||
background: '#FAF7EE'
|
||||
|
||||
cursor:
|
||||
cursor: '#64526F'
|
||||
text: '#FAF7EE'
|
||||
normal:
|
||||
black: '#0A0A0A'
|
||||
red: '#DF201C'
|
||||
green: '#009F6B'
|
||||
yellow: '#DB742E'
|
||||
blue: '#3980C2'
|
||||
magenta: '#6B3062'
|
||||
cyan: '#29A0AD'
|
||||
white: '#FFFFFF'
|
||||
|
||||
bright:
|
||||
black: '#0A0A0A'
|
||||
red: '#DF201C'
|
||||
green: '#009F6B'
|
||||
yellow: '#DB742E'
|
||||
blue: '#3980C2'
|
||||
magenta: '#6B3062'
|
||||
cyan: '#29A0AD'
|
||||
white: '#FFFFFF'
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# Colors (Terminal.app Basic)
|
||||
colors:
|
||||
primary:
|
||||
background: '#FFFFFF'
|
||||
foreground: '#000000'
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#990000'
|
||||
green: '#00A600'
|
||||
yellow: '#e1b600'
|
||||
blue: '#0000B2'
|
||||
magenta: '#B200B2'
|
||||
cyan: '#00A6B2'
|
||||
white: '#BFBFBF'
|
||||
bright:
|
||||
black: '#666666'
|
||||
red: '#E50000'
|
||||
green: '#00D900'
|
||||
yellow: '#e1b600'
|
||||
blue: '#0000FF'
|
||||
magenta: '#E500E5'
|
||||
cyan: '#00E5E5'
|
||||
white: '#E5E5E5'
|
||||
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# Colors (Ubuntu)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#300a24'
|
||||
foreground: '#eeeeec'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#2e3436'
|
||||
red: '#cc0000'
|
||||
green: '#4e9a06'
|
||||
yellow: '#c4a000'
|
||||
blue: '#3465a4'
|
||||
magenta: '#75507b'
|
||||
cyan: '#06989a'
|
||||
white: '#d3d7cf'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#555753'
|
||||
red: '#ef2929'
|
||||
green: '#8ae234'
|
||||
yellow: '#fce94f'
|
||||
blue: '#729fcf'
|
||||
magenta: '#ad7fa8'
|
||||
cyan: '#34e2e2'
|
||||
white: '#eeeeec'
|
||||
Loading…
Add table
Add a link
Reference in a new issue