aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 41b98d253fdeb36cd96a9f9b14f0b9e4ec0a68d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Linux Themes for Visual Studio Code

[![GitHub license](https://img.shields.io/github/license/rdnlsmith/vscode-arc-theme.svg)](https://raw.githubusercontent.com/rdnlsmith/vscode-arc-theme/master/LICENSE) [![Download](https://img.shields.io/badge/VS%20Code-v1.2.0-green.svg)](https://marketplace.visualstudio.com/items?itemName=rdnlsmith.linux-themes) [![GitHub issues](https://img.shields.io/github/issues/rdnlsmith/vscode-arc-theme.svg)](https://github.com/rdnlsmith/vscode-arc-theme/issues)
## Integrated color themes for the most popular Linux GTK themes

These VS Code themes blend seamlessly with your GTK themes to provide a more integrated experience.

<table>
  <tr>
    <td><img alt="Adapta Nokto" src="res/adapta-nokto.png" width="200"></td>
    <td><img alt="Ambiance" src="res/ambiance.png" width="200"></td>
    <td><img alt="Arc Dark" src="res/arc-dark.png" width="200"></td>
    <td><img alt="United Ubuntu" src="res/united-gnome.png" width="200"></td>
  </tr>
  <tr>
    <th>Ambiance</th>
    <th>Adapta Nokto</th>
    <th>Arc Dark</th>
    <th>United Gnome</th>
  </tr>
  <tr>
    <td><img alt="Yaru Dark" src="res/yaru-dark.png" width="200"></td>
    <td><img alt="Elementary" src="res/elementary.png" width="200"></td>
    <td><img alt="Yaru" src="res/yaru.png" width="200"></td>
    <td></td>
  </tr>
  <tr>
    <th>Yaru Dark</th>
    <th>Elementary</th>
    <th>Yaru</th>
    <th></th>
  </tr>
</table>

Syntax coloring used:

- **Adapta**: [Mattia Astorino's great Material Theme](https://github.com/equinusocio/vsc-material-theme) (an alternative to this Adapta theme!)
- **United Ubuntu** & **Ambiance**: Base16 IR Black

### Download

The extension is hosted on the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=rdnlsmith.linux-themes).

* Drop to terminal and write the following:

```bash
code --install-extension rdnlsmith.linux-themes
```

* Alternatively, search for *Linux Themes* inside of VS Code.

* Finally, you can also hit ```Ctrl+P``` and type ```ext install linux-themes```.

### Changelog

See [CHANGELOG.md](./CHANGELOG.md) for historical changelogs.

## Follow development

### Contribute

Head over to the [GitHub Repository](https://github.com/rdnlsmith/vscode-arc-theme) to contribute.

**Enjoy!**