Skip to content

Commit

Permalink
v 1.1.0
Browse files Browse the repository at this point in the history
Bright Black color edited + vi-mode + dim colors added
  • Loading branch information
Brutuski committed Apr 26, 2021
1 parent d3f37a5 commit 5232651
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 42 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog
<h2 align="center">Changelog</h2>

### Table of Contents
- [v1.1.0](#v1.1.0)
- [v1.0.0](#v1.0.0)
- [Versioning System](#versioning-system)
- [License](#license)

### v1.1.0
- Added `vi-mode` cursor colors
- Added `dim-colors`
- Corrected contrast issue with `bright black`. See [Issue](https://github.com/lighthaus-theme/lighthaus/issues/3) (_26/04/2020_)

### v1.0.0
- Initial Commit (_04/09/2020_)

Expand Down
44 changes: 34 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,65 @@
# Alacritty Lighthaus
<p align="center"><img src="https://raw.githubusercontent.com/lighthaus-theme/alacritty/d3f37a50916d5324ba2755f6196f9ef5e08de9ad/assets/alacritty-badge.svg" width="250"><p>

<p align="center">
<a href="https://www.buymeacoffee.com/asirohi"><img alt="Status" src="https://raw.githubusercontent.com/lighthaus-theme/lighthaus-theme/3cc9fd60c69da89f56721ca9048f38709b3dc878/BuyUsACoffee.svg" width="150" height="23"></a>
</p>

<h2 align="center">Alacritty Lighthaus</h2>

A [Lighthaus](https://github.com/lighthaus-theme/lighthaus) theme for [Alacritty](https://github.com/alacritty/alacritty).

### Table of Contents

- [Screenshots](#screenshots)
- [Installation](#installation)
- [Contributing](#contributing)
- [Version](#version)
- [Bugs/Issues](#bugs/issues)
- [License](#license)

### Screenshots

<p align="center"><img src="https://raw.githubusercontent.com/lighthaus-theme/alacritty/master/alacritty-02.png"><p>

<p align="center"><img src="https://raw.githubusercontent.com/lighthaus-theme/alacritty/master/alacritty-01.png"><p>
<p align="center"><img src="https://github.com/lighthaus-theme/alacritty/blob/master/assets/alacritty-01.png?raw=true"><p>
<p align="center"><img src="https://github.com/lighthaus-theme/alacritty/blob/master/assets/alacritty-02.png?raw=true"><p>

Font used in the screenshots: [Source Code Pro for Powerline](https://github.com/powerline/fonts/tree/master/SourceCodePro)

### Installation
To use the Lighthaus theme for Alacritty, simply replace the `[colors]` section in your `alacritty.yml` with the colors provided in the [lighthaus.yml](https://github.com/lighthaus-theme/alacritty/blob/master/src/lighthaus.yml) file. <br>

To use the Lighthaus theme for Alacritty
- Download [lighthaus.yml](https://github.com/lighthaus-theme/alacritty/archive/master.zip)
- Import `lighthaus.yml` into your `alacritty.yml`
```yml
import:
/path/to/lighthaus.yml
```
- Restart Alacritty
For users who like to keep everything contained in a single config file, the `[colors]` section in your `alacritty.yml` can also be replaced with the contents of `[colors]` in [lighthaus.yml](https://github.com/lighthaus-theme/alacritty/blob/master/src/lighthaus.yml).

_The `alacritty.yml` file is usually located at `~/.config/alacritty/alacritty.yml`. For more information refer to the [official project README](https://github.com/alacritty/alacritty#configuration)._

### Contributing

Check out [CONTRIBUTING](https://github.com/lighthaus-theme/lighthaus/blob/master/CONTRIBUTING.md).

Pull Request Template can be found [here](https://github.com/lighthaus-theme/lighthaus/blob/master/PULL_REQUEST_TEMPLATE.md) and Issues and Bugs Template [here](https://github.com/lighthaus-theme/lighthaus/blob/master/ISSUE_TEMPLATE.md).

### Version
```
v 1.0.0
```vim
v 1.1.0
```

_Lighthaus and all it's projects use [Semantic Versioning](https://semver.org/)._ <br/>
_All changes are recorded in [CHANGELOG.md](https://github.com/lighthaus-theme/alacritty/blob/master/CHANGELOG.md)_

### Bugs/Issues
Please report any bugs or issues [here](https://github.com/lighthaus-theme/alacritty/issues).
Please report any bugs or issues [here](https://github.com/lighthaus-theme/alacritty/issues). Issues and Bugs Template can be found [here](https://github.com/lighthaus-theme/lighthaus/blob/master/ISSUE_TEMPLATE.md).

### License

_Copyright © 2020-Present Lighthaus Theme_<br>
_Copyright © 2020-Present Adhiraj Sirohi_<br>
_Copyright © 2020-Present Lighthaus Theme_
_Copyright © 2020-Present Adhiraj Sirohi_
_Copyright © 2020-Present Vasundhara Sharma_

<p align="left"><a href="https://github.com/lighthaus-theme/alacritty/blob/master/LICENSE"><img src="https://img.shields.io/static/v1.svg??style=flat&logo=appveyore&label=License&message=MIT&colorA=1C918A&colorB=50C16E"/></a></p>
Expand Down
75 changes: 44 additions & 31 deletions src/lighthaus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,51 @@


colors:
# Default colors
primary:
background: '#18191E'
foreground: '#FFEE79'

selection:
text: '#FF4D00'
background: '#090B26'

# Cursor colors
background: '#18191E'
foreground: '#FFEE79'
dim_foreground: '#21252D'
cursor:
text: '#18191E'
cursor: '#FFFF00'

# Normal colors
text: '#18191E'
cursor: '#FFFF00'
vi_mode_cursor:
text: '#18191E'
cursor: '#5AD1AA'
selection:
text: '#FF4D00'
background: '#090B26'
search:
matches:
foreground: '#21252D'
background: '#E25600'
bar:
background: '#CCCCCC'
foreground: '#21252D'
normal:
black: '#18191E'
red: '#FC2929'
green: '#44B273'
yellow: '#E25600'
blue: '#1D918B'
magenta: '#D16BB7'
cyan: '#00BFA4'
white: '#CCCCCC'

# Bright colors
black: '#18191E'
red: '#FC2929'
green: '#44B273'
yellow: '#E25600'
blue: '#1D918B'
magenta: '#D16BB7'
cyan: '#00BFA4'
white: '#CCCCCC'
bright:
black: '#21252D'
red: '#FF5050'
green: '#50C16E'
yellow: '#ED722E'
blue: '#47A8A1'
magenta: '#D68EB2'
cyan: '#5AD1AA'
white: '#FFFADE'
black: '#8E8D8D'
red: '#FF5050'
green: '#50C16E'
yellow: '#ED722E'
blue: '#47A8A1'
magenta: '#D68EB2'
cyan: '#5AD1AA'
white: '#FFFADE'
dim:
black: '#46474A'
red: '#EC6565'
green: '#72B890'
yellow: '#DC7C45'
blue: '#539D99'
magenta: '#D291C1'
cyan: '#42BDAB'
white: '#D6D6D6'

0 comments on commit 5232651

Please sign in to comment.