Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cocopon/vscode-iceberg-theme

Dark blue color theme for Visual Studio Code
https://github.com/cocopon/vscode-iceberg-theme

iceberg theme vscode vscode-theme

Last synced: about 1 month ago
JSON representation

Dark blue color theme for Visual Studio Code

Awesome Lists containing this project

README

        

# Iceberg for Visual Studio Code

[![Version](https://img.shields.io/visual-studio-marketplace/v/cocopon.iceberg-theme?color=84a0c6)](https://marketplace.visualstudio.com/items?itemName=cocopon.iceberg-theme)
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/cocopon.iceberg-theme?color=84a0c6)](https://marketplace.visualstudio.com/items?itemName=cocopon.iceberg-theme)

Iceberg is a bluish color theme, originally for Vim. This theme is the official port of Iceberg. See the [official page](https://cocopon.github.io/iceberg.vim/) for more information.

![screenshot](https://user-images.githubusercontent.com/602961/102950992-2dca7100-450f-11eb-85fc-6f381ecdbe2f.jpg)

# Building your own Iceberg
1. Install dependencies
```
% npm install
```
2. Edit source files (`src/**/*.ts`)
3. Compile them
```
% npm run build
```