-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zastian Pretorius
committed
Dec 8, 2021
0 parents
commit 3f96d7a
Showing
821 changed files
with
25,657 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
alacritty/.config/alacritty/alacritty-master/.github/issue_template.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
1 change: 1 addition & 0 deletions
1
alacritty/.config/alacritty/alacritty-master/.github/pull_request_template.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). | ||
 | ||
|
||
## 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). | ||
|
||
[](https://github.com/leandropincini) | [](http://github.com/clarfon) | ||
--- | --- | ||
[Leandro Pincini](https://github.com/leandropincini) | [Clar Fon](https://github.com/clarfon) | ||
|
||
## License | ||
|
||
[MIT License](./LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.