Skip to content

Instantly share code, notes, and snippets.

@adrianvalenz
Last active February 21, 2025 18:11
Show Gist options
  • Save adrianvalenz/b74f2a72ff6ec9740331d851aa0bff5c to your computer and use it in GitHub Desktop.
Save adrianvalenz/b74f2a72ff6ec9740331d851aa0bff5c to your computer and use it in GitHub Desktop.
one dark, nord, onenord for alacritty
[colors.normal]
black = '#211828' # (Black)
red = '#e06c76' # (Red)
green = '#98c379' # (Green)
yellow = '#e5c07b' # (Yellow)
blue = '#61afef' # (Blue)
magenta = '#c678dd' # (Magenta)
cyan = '#56b6c2' # (Cyan)
white = '#abb2bf' # (White)
[colors.bright]
black = '#767676' # (Bright Black / Gray)
red = '#d19a66' # (Bright Red)
green = '#98c379' # (Bright Green)
yellow = '#e5c07b' # (Bright Yellow)
blue = '#61afef' # (Bright Blue)
magenta = '#c678dd' # (Bright Magenta)
cyan = '#56b6c2' # (Bright Cyan)
white = '#5c6370' # (Bright White)
[colors.primary]
background = '#1e222a'
foreground = '#dcdfe4'
# Ansi 0 Color = #211828
# Ansi 1 Color = #e06c76
# Ansi 2 Color = #98c379
# Ansi 3 Color = #e5c07b
# Ansi 4 Color = #61afef
# Ansi 5 Color = #c678dd
# Ansi 6 Color = #56b6c2
# Ansi 7 Color = #abb2bf
# Ansi 8 Color = #767676
# Ansi 9 Color = #d19a66
# Ansi 10 Color = #98c379
# Ansi 11 Color = #e5c07b
# Ansi 12 Color = #61afef
# Ansi 13 Color = #c678dd
# Ansi 14 Color = #56b6c2
# Ansi 15 Color = #5c6370
# Background Color = #1e222a
# Badge Color = #d19a66
# Bold Color = #abb2bf
# Cursor Color = #5c6370
# Cursor Guide Color = #4d4d4d
# Cursor Text Color = #ffffff
# Foreground Color = #dcdfe4
# Link Color = #61afef
# Selected Text Color = #abb2bf
# Selection Color = #3e4451
# OneDark (dark)
# [colors.normal]
# black = '#211828' # (Black)
# red = '#e06c76' # (Red)
# green = '#98c379' # (Green)
# yellow = '#e5c07b' # (Yellow)
# blue = '#61afef' # (Blue)
# magenta = '#c678dd' # (Magenta)
# cyan = '#56b6c2' # (Cyan)
# white = '#F6F7F8' # (White)
#
# [colors.bright]
# black = '#767676' # (Bright Black / Gray)
# red = '#d19a66' # (Bright Red)
# green = '#98c379' # (Bright Green)
# yellow = '#e5c07b' # (Bright Yellow)
# blue = '#61afef' # (Bright Blue)
# magenta = '#c678dd' # (Bright Magenta)
# cyan = '#56b6c2' # (Bright Cyan)
# # white = '#5c6370' # (Bright White)
# white = '#E9EAEC' # (Bright White)
#
# [colors.primary]
# background = '#1e222a'
# foreground = '#dcdfe4'
#
# Nord
# Copyright (c) 2016-present Sven Greb <[email protected]>
# This source code is licensed under the MIT license found in the license file.
# [colors.primary]
# background = "#2e3440"
# foreground = "#d8dee9"
# dim_foreground = "#a5abb6"
#
# [colors.cursor]
# text = "#2e3440"
# cursor = "#d8dee9"
#
# [colors.vi_mode_cursor]
# text = "#2e3440"
# cursor = "#d8dee9"
#
# [colors.selection]
# text = "CellForeground"
# background = "#4c566a"
#
# [colors.search.matches]
# foreground = "CellBackground"
# background = "#88c0d0"
#
# # [colors.search.bar]
# # background = "#434c5e"
# # foreground = "#d8dee9"
#
# [colors.normal]
# black = "#3b4252"
# red = "#bf616a"
# green = "#a3be8c"
# yellow = "#ebcb8b"
# blue = "#81a1c1"
# magenta = "#b48ead"
# cyan = "#88c0d0"
# white = "#e5e9f0"
#
# [colors.bright]
# black = "#4c566a"
# red = "#bf616a"
# green = "#a3be8c"
# yellow = "#ebcb8b"
# blue = "#81a1c1"
# magenta = "#b48ead"
# cyan = "#8fbcbb"
# white = "#eceff4"
#
# [colors.dim]
# black = "#373e4d"
# red = "#94545d"
# green = "#809575"
# yellow = "#b29e75"
# blue = "#68809a"
# magenta = "#8c738c"
# cyan = "#6d96a5"
# white = "#aeb3bb"
# OneNord
# Default colors
# [colors.primary]
# background = "#2E3440"
# foreground = "#C8D0E0"
#
# # Normal colors
# [colors.normal]
# black = "#3B4252"
# red = "#BF616A"
# green = "#A3BE8C"
# yellow = "#EBCB8B"
# blue = "#81A1C1"
# magenta = "#B988B0"
# cyan = "#88C0D0"
# white = "#E5E9F0"
#
# # Bright colors
# [colors.bright]
# black = "#4C566A"
# red = "#BF616A"
# green = "#A3BE8C"
# yellow = "#EBCB8B"
# blue = "#81A1C1"
# magenta = "#B988B0"
# cyan = "#8FBCBB"
# white = "#ECEFF4"
#
# [colors.search.matches]
# foreground = "#81A1C1"
# background = "#4C566A"
#
# [colors.search.focused_match]
# foreground = "#EBCB8B"
# background = "#4C566A"
#
# [colors.footer_bar]
# background = "#434C5E"
# foreground = "#88C0D0"
#
# [colors.hints.start]
# foreground = "#B988B0"
# background = "#4C566A"
#
# [colors.hints.end]
# foreground = "#81A1C1"
# background = "#4C566A"
#
# [colors.selection]
# text = "CellForeground"
# background = "#3F4758"
#
# #############
# # OneDark (dark)
# [colors.normal]
# black = '#211828' # (Black)
# red = '#e06c76' # (Red)
# green = '#98c379' # (Green)
# yellow = '#e5c07b' # (Yellow)
# blue = '#61afef' # (Blue)
# magenta = '#c678dd' # (Magenta)
# cyan = '#56b6c2' # (Cyan)
# white = '#F6F7F8' # (White)
#
# [colors.bright]
# black = '#767676' # (Bright Black / Gray)
# red = '#d19a66' # (Bright Red)
# green = '#98c379' # (Bright Green)
# yellow = '#e5c07b' # (Bright Yellow)
# blue = '#61afef' # (Bright Blue)
# magenta = '#c678dd' # (Bright Magenta)
# cyan = '#56b6c2' # (Bright Cyan)
# # white = '#5c6370' # (Bright White)
# white = '#E9EAEC' # (Bright White)
#
# [colors.primary]
# background = '#1e222a'
# foreground = '#dcdfe4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment