aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c8262353fc2b6b322dd2864fe3a63c27f58a63ae (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
# Arc Theme for Visual Studio Code

## An integrated color theme for one of the most popular Linux GTK themes

This VS Code theme integrates seamlessly with the Arc theme to provide a more integrated experience.

![Screenshot 1](https://raw.githubusercontent.com/SolarLiner/vscode-arc-theme/master/res/Screenshot%20from%202017-05-14%2012-57-25.png)

![Screenshot 2](https://github.com/SolarLiner/vscode-arc-theme/blob/master/res/Screenshot%20from%202017-05-14%2013-45-06.png?raw=true)

Syntax coloring was taken from the default VS Dark theme.

I firstly created this theme 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.arc-theme
```

* Alternatively, search for Arc Theme inside of VS Code.

* Finally, you can also hit ```F1```, clear the angled bracket and type ```ext install arc-theme```.

### Changelog

* 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

### TODO

* [ ] Finish Arc Dark
  * [ ] Complete set of syntax coloring

* [ ] Create Light version

* [ ] Create Night version (with darker colors)

* [ ] Create Darker version

## Follow development

### Contribute

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

**Enjoy!**