Skip to content

Commit

Permalink
202302190403, project restructured
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-shahrier committed Feb 18, 2023
1 parent 0c1ebdf commit 85d72f4
Show file tree
Hide file tree
Showing 26 changed files with 9,728 additions and 1,039 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// A launch configuration that launches the extension inside a new window
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"configurations": [
{
"name": "Extension",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
}
]
}
6 changes: 6 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.vscode/**
.vscode-test/**
nn/**
test/**
.gitignore
vsc-extension-quickstart.md
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

All notable changes to the "styx" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]

- Initial release
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Hasan Shahrier
Copyright (c) 2023 hshhrr (Hasan Shahrier)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Styx for VS Code
A dark color theme for Visual Studio Code with a full black UI.

![dracula-preview](https://raw.githubusercontent.com/hshhrr/vscode-styx/main/previews/styx-dracula-preview.png?raw=true)
![dracula-preview](https://raw.githubusercontent.com/hshhrr/vscode-styx/main/assets/styx-dracula-preview.png?raw=true)

### Install
```powershell
Expand Down
File renamed without changes
Binary file added assets/styx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
129 changes: 0 additions & 129 deletions generator/colors.py

This file was deleted.

Loading

0 comments on commit 85d72f4

Please sign in to comment.