Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Zastian Pretorius committed Dec 8, 2021
0 parents commit 3f96d7a
Show file tree
Hide file tree
Showing 821 changed files with 25,657 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
> If you're reporting an UI issue, make sure you take a screenshot that shows the actual bug.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
> If you're fixing a UI issue, make sure you take two screenshots. One that shows the actual bug and another that shows how you fixed it.
12 changes: 12 additions & 0 deletions alacritty/.config/alacritty/alacritty-master/INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### [Alacritty](https://github.com/alacritty/alacritty)

#### Install

Download using the [GitHub .zip download](https://github.com/dracula/alacritty/archive/master.zip) option.

You just have to import `dracula.yml` in `~/.config/alacritty/alacritty.yml`.

``` yaml
import:
- /path/to/dracula.yml
```
21 changes: 21 additions & 0 deletions alacritty/.config/alacritty/alacritty-master/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2018 Dracula Theme

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
21 changes: 21 additions & 0 deletions alacritty/.config/alacritty/alacritty-master/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Dracula for [Alacritty](https://github.com/alacritty/alacritty)

> A dark theme for [Alacritty](https://github.com/alacritty/alacritty).
![Screenshot](./screenshot.png)

## Install

All instructions can be found at [draculatheme.com/alacritty](https://draculatheme.com/alacritty).

## Team

This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/alacritty/graphs/contributors).

[![Leandro Pincini](https://avatars3.githubusercontent.com/u/57139?s=70&v=3)](https://github.com/leandropincini) | [![Clar Fon](https://avatars2.githubusercontent.com/u/15850505?s=70&v=3)](http://github.com/clarfon)
--- | ---
[Leandro Pincini](https://github.com/leandropincini) | [Clar Fon](https://github.com/clarfon)

## License

[MIT License](./LICENSE)
53 changes: 53 additions & 0 deletions alacritty/.config/alacritty/alacritty-master/dracula.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
colors:
primary:
background: '0x282a36'
foreground: '0xf8f8f2'
cursor:
text: CellBackground
cursor: CellForeground
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
search:
matches:
foreground: '0x44475a'
background: '0x50fa7b'
focused_match:
foreground: '0x44475a'
background: '0xffb86c'
bar:
background: '0x282a36'
foreground: '0xf8f8f2'
line_indicator:
foreground: None
background: None
selection:
text: CellForeground
background: '0x44475a'
normal:
black: '0x000000'
red: '0xff5555'
green: '0x50fa7b'
yellow: '0xf1fa8c'
blue: '0xbd93f9'
magenta: '0xff79c6'
cyan: '0x8be9fd'
white: '0xbfbfbf'
bright:
black: '0x4d4d4d'
red: '0xff6e67'
green: '0x5af78e'
yellow: '0xf4f99d'
blue: '0xcaa9fa'
magenta: '0xff92d0'
cyan: '0x9aedfe'
white: '0xe6e6e6'
dim:
black: '0x14151b'
red: '0xff2222'
green: '0x1ef956'
yellow: '0xebf85b'
blue: '0x4d5b86'
magenta: '0xff46b0'
cyan: '0x59dffc'
white: '0xe6e6d1'
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3f96d7a

Please sign in to comment.