Skip to content

Commit

Permalink
README: update
Browse files Browse the repository at this point in the history
Sync with the doc page.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
  • Loading branch information
felipec committed Aug 2, 2024
1 parent 4e65215 commit 8fb5680
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@ The template format draws inspiration from [estilo](https://github.com/jacoborus

There's also lightline and airline colorschemes, as well as kitty, xfce4-terminal and highlight.js themes.

## Screenshot
For screenshots check the [page](https://felipec.github.io/vim-felipec/).

![JavaScript screenshot](https://i.imgur.com/hTnfANk.png)

## Color palette

![Color palette](https://i.imgur.com/RuZK5sr.png)

## Installation
## Vim

Install with your favorite plugin manager.

Expand All @@ -30,3 +24,32 @@ colorscheme felipec
let g:lightline = { 'colorscheme': 'felipec' }
let g:airline_theme = 'felipec'
```

## highlight.js

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9/build/styles/felipec.min.css">
```

## kitty

Add to `~/.config/kitty/kitty.conf`:

```
cursor #5fb8f2
foreground #dedde4
background #1d1c21
selection_foreground #1d1c21
selection_background #d991d2
color0 #1d1c21
color1 #f09080
color2 #93e4a4
color3 #fddb7c
color4 #90aafa
color5 #d991d2
color6 #30c2d8
color7 #bdbdc4
```

0 comments on commit 8fb5680

Please sign in to comment.