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
33 changes: 33 additions & 0 deletions oxocarbon-dark.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Oxocarbon Color Scheme for Alacritty in TOML format

# Primary colors
[colors.primary]
background = "#161616"
foreground = "#ffffff"

# Search colors
[colors.search.matches]
foreground = "CellBackground"
background = "#ee5396"

# Normal colors
[colors.normal]
black = "#262626"
magenta = "#ff7eb6"
green = "#42be65"
yellow = "#ffe97b"
blue = "#33b1ff"
red = "#ee5396"
cyan = "#3ddbd9"
white = "#dde1e6"

# Bright colors
[colors.bright]
black = "#393939"
magenta = "#ff7eb6"
green = "#42be65"
yellow = "#ffe97b"
blue = "#33b1ff"
red = "#ee5396"
cyan = "#3ddbd9"
white = "#ffffff"
29 changes: 0 additions & 29 deletions oxocarbon-dark.yml

This file was deleted.