Giter Site home page Giter Site logo

alacritty-theme's Introduction

Alacritty Theme

Collection of colorschemes for easy configuration of the Alacritty terminal emulator.

Installation

Imports

Clone the repository, or download the theme of your choice:

# We use Alacritty's default Linux config directory as our storage location here.
mkdir -p ~/.config/alacritty/themes
git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes

Add an import to your alacritty.toml (Replace {theme} with your desired colorscheme):

import = [
    "~/.config/alacritty/themes/themes/{theme}.toml"
]

Manual

To manually include a colorscheme in an existing alacritty.toml, you just need to copy the entire content of the theme into the root level of your configuration file.

Color Schemes

NAME COLORS
afterglow
source
base16_default_dark
alabaster
source
alabaster
alabaster_dark
source
alabaster_dark
alacritty_0_12
source
alacritty_0_12
argonaut
source
base16_default_dark
ashes_dark
source
base16_ashes_dark
ashes_light
source
base16_ashes_light
atom_one_light
source
atom_one_light
aura
source
aura
ayu_dark
source
ayu_dark
ayu_light
source
ayu_light
baitong
source
baitong
base16_default_dark
source
base16_default_dark
blood_moon
source
blood_moon
bluish bluish
breeze
source
breeze
campbell
source
campbell
carbonfox
source
carbonfox
catppuccin_frappe
source
catppuccin_frappe
catppuccin_latte
source
catppuccin_latte
catppuccin_macchiato
source
catppuccin_macchiato
catppuccin_mocha
source
catppuccin_mocha
challenger_deep
source
challenger_deep
citylights
source
citylights
Cobalt2
source
Cobalt2
cyber_punk_neon
source
cyber_punk_neon
darcula
source
darcula
dark_pastels
source
dark_pastels
deep_space depp_space
doom_one
source
doom_one
dracula
source
dracula
everforest_dark
source
everforest_dark
everforest_light
source
everforest_light
falcon
source
falcon
flat_remix
source
flat_remix
flexoki
source
flexoki
github_dark
source
github_dark
github_dark_colorblind
source
github_dark_colorblind
github_dark_dimmed
source
github_dark_dimmed
github_dark_high_contrast
source
github_dark_high_contrast
github_dark_tritanopia
source
github_dark_tritanopia
github_light
source
github_light
github_light_colorblind
source
github_light_colorblind
github_light_high_contrast
source
github_light_high_contrast
github_light_tritanopia
source
github_light_tritanopia
gotham falcon
gnome_terminal
source
gnome_terminal
gruvbox_dark
source
gruvbox_dark
gruvbox_light
source
gruvbox_light
gruvbox_material_hard_dark
source
gruvbox_material_hard_dark
gruvbox_material_hard_light
source
gruvbox_material_hard_light
gruvbox_material_medium_dark
source
gruvbox_material_medium_dark
gruvbox_material_medium_light
source
gruvbox_material_medium_light
hardhacker
source
hardhacker
high_contrast gruvbox_light
horizon-dark
source
horizon-dark
hyper
source
hyper
inferno
source
inferno
iris
source
iris
iterm iterm
kanagawa_dragon
source
kanagawa_dragon
kanagawa_wave
source
kanagawa_wave
konsole_linux iterm
low_contrast iterm
Mariana
source
iterm
marine_dark
source
marine_dark
material_theme
source
material_theme
material_theme_mod material_theme_mod
meliora
source
meliora
midnight-haze
source
midnight-haze
monokai_charcoal
source
monokai_charcoal
monokai_pro
source
monokai_pro
moonlight_ii_vscode
source
moonlight_ii_vscode
msx
source
msx
nightfox
source
nightfox
night_owlish_light night_owlish_light
noctis-lux
source
noctis-lux
nord
source
nord
nordic
source
nordic
nord_light
source
nord
oceanic_next
source
oceanic_next
omni
source
omni
one_dark one_dark
palenight
source
palenight
papercolor_dark
source
papercolor_dark
papercolor_light
source
papercolor_light
papertheme
source
papercolor_light
pastel_dark
source
pastel_dark
pencil_dark
source
pencil_dark
pencil_light
source
pencil_light
rainbow rainbow
remedy_dark
source
remedy_dark
rose-pine
source
rose-pine
rose-pine-dawn
source
rose-pine-dawn
rose-pine-moon
source
rose-pine-moon
snazzy
source
snazzy
seashells
source
seashells
smoooooth
source
smoooooth
solarized_dark
source
solarized_dark
solarized_light
source
solarized_light
taerminal
source
taerminal
tango_dark
source
tango_dark
tender
source
tender
terminal_app terminal_app
thelovelace terminal_app
tokyo-night
source
tokyo-night
tokyo-night-storm
source
tokyo-night-storm
tomorrow_night
source
tomorrow_night
tomorrow_night_bright
source
tomorrow_night_bright
ubuntu
source
ubuntu
wombat
source
wombat
xterm xterm
zenburn
source
zenburn

Contributing

Bug reports and pull requests are welcome on GitHub at the alacritty-theme repository.

To add a new theme, just create a Pull Request with the following changes:

  • Add your theme to the themes directory with the {theme}.toml file format
  • Create a screenshot of your theme using the print_colors.sh script
  • Add the screenshot to the images directory with the {theme}.png file format
  • Add your theme to the README.md, following alphabetical ordering

Maintainers

License

The project is available as open source under the terms of the Apache License, Version 2.0

alacritty-theme's People

Contributors

eendroroy avatar 1insomnia avatar szdytom avatar sureshpradhana avatar pbnj avatar adrian5 avatar sergibarroso avatar s6muel avatar waduhek avatar peskovdev avatar maxverevkin avatar emirror-de avatar illegitimate-egg avatar aswinpajayan avatar raven2cz avatar cyphbt avatar vermiumsifell avatar romic avatar odurc avatar papatenko avatar redcodemohammed avatar moreka avatar misairuzame avatar samylovma avatar matthiasschaub avatar kyoheiu avatar kchibisov avatar jurica avatar zatchheems avatar angelozangari avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.