aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e62ef56c51f1f6b8e46b4005f9cf43cb26ee28d1 (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
65
66
67
68
69
70
71
# Linux Themes for Visual Studio Code

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

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

![Arc Theme](res/screen_arc.png)

![Adapta Theme](res/screen_adapta.png)

![United Ubuntu](res/screen_ugnome.png)

![Ambiance](res/screen_ambiance.png)

Syntax coloring used:

- **Arc**: Base16 Tommorow Dark
- **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

I created those themes myself to suit my needs - I hope you wil like it too!

### Download

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

* Drop to terminal and write the following:

```bash
code --install-extension solarliner.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

* v1.0.0:
  * Initial release of United Ubuntu theme
  * Initial release of Ambiance theme
  * Arc theme:
    * Added Tomorrow token colors to Arc theme for better looking code
    * Sidebar is now the same color as the activity bar, making it look more like the Files app
  * Adapta theme:
    * Added colors on debugging and toolbars

* v0.5.0:
  * Changed token colors on Adapta theme to match Mattia Astorino's

* v0.4.0:
  * Initial release of the Adapta theme

* v0.3.0:
  * Directly included tokenColors from default Dark and Dark+ themes.

* v0.2.0:
  * Changed base syntax coloring to VS Dark+
  * Made selection highlight more visible

* v0.1.0:
  * README.md updates

## Follow development

### Contribute

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

**Enjoy!**