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: 6 months ago
JSON representation
Dark blue color theme for Visual Studio Code
- Host: GitHub
- URL: https://github.com/cocopon/vscode-iceberg-theme
- Owner: cocopon
- License: mit
- Created: 2019-02-09T15:27:02.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T12:49:57.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T22:13:39.629Z (6 months ago)
- Topics: iceberg, theme, vscode, vscode-theme
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=cocopon.iceberg-theme
- Size: 95.7 KB
- Stars: 123
- Watchers: 7
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Iceberg for Visual Studio Code
[](https://marketplace.visualstudio.com/items?itemName=cocopon.iceberg-theme)
[](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.

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