Showing 239 open source projects for "vs code theme"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    Anoa-Code-Editor

    Anoa-Code-Editor

    Easy, simple, & powerful code editor. It's FREE for you.

    .... - Find and replace text with several options, including replace text with special character like carriage return or tab. - Folding code for better readibility. - Easy drag for reordering tabs. - Working with theme you love. - Running code directly from app for selected languages. - Macro recording & playback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Not Pure Poole

    Not Pure Poole

    A simple, beautiful, and powerful Jekyll theme for blogs

    Not Pure Poole is a simple, beautiful, and powerful Jekyll theme for blogs. It is built on Poole and Pure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    White Paper

    White Paper

    Simple, elegant and clean jekyll theme

    White Paper is a theme for Jekyll. It is made to keep content in focus and is best for writers/developers who also like to share code with their essays. jekyll-compose gem is now installed with jekyll so now creating a new post is easy. This theme uses grunt to concat & minify the css for best performance. In order to prepare the CSS build. Run grunt It will create a main.min.css file in the css folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Noir

    Noir

    Noir is a modern, responsive and customizable theme for Jekyll

    Noir is a modern, responsive and customizable theme for Jekyll 4. Typography is paid close attention to and a dark mode-friendly color scheme will be displayed automatically. It builds upon a standard Jekyll install in a number of ways. A wide variety of HTML elements commonly used in online Markdown writing (blockquotes, headers, tables, boxes/buttons, figure captions, code blocks, footnotes) have been styled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    EasyArch

    EasyArch

    Arch Linux Installer ISO

    A simple yet full featured Archlinux installer ISO. Minimum system requirements- Processor - 2 core 64 bit Ram - 1 GB HDD space - 10 GB If you are looking for another linux distro, then you are at wrong place, this is not a new or separate distribution. It is just a live ISO to provide simple and easy way to get Archlinux up and running in very little time and with or without internet connection. Yes, you read it right, you can install Archlinux without internet with this ISO....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Notable

    Notable

    The Markdown-based note-taking app that doesn't suck

    Notes are written in Markdown, plus you can write KaTeX expressions, Mermaid diagrams and more, check out our Markdown cheatsheet. Notable provides a very powerful Markdown editor, it's the same one VS Code uses in fact, so features like multi-cursors, a minimap and best-in-class syntax highlighting are built-in. Notes and attachments are simply stored on your disk, this is extremely portable and powerful: you could edit your notes via a third-party editor on mobile, have them synchronized via Dropbox, use Git, run a regex-based search and replace etc. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    IfSharp

    IfSharp

    F# for Jupyter Notebooks

    ...View the Feature Notebook for some of the features that are included. There's a related project of .NET Interactive which was inspired by this one but a completely rethought approach with integrated package management, VS Code support, and variable sharing between languages. If you're moving to .NET Core support it's definitely worth checking out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Language Server Protocol

    Language Server Protocol

    Defines a common protocol for language servers

    ...Extensions and proposals cover advanced scenarios—like call hierarchies, inlay hints, notebooks, and workspace symbols—allowing incremental adoption as needs grow. In practice, LSP has become the backbone for modern language tooling, enabling consistent developer experiences across VS Code, Neovim, Eclipse, JetBrains IDEs (via plugins), and many others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    HDL Checker

    HDL Checker

    Repurposing existing HDL tools to help writing better code

    HDL Checker is a language server that wraps VHDL/Verilg/SystemVerilog tools that aims to reduce the boilerplate code needed to set things up. It supports Language Server Protocol or a custom HTTP interface; can infer the library VHDL files likely to belong to, besides working out mixed language dependencies, compilation order, interpreting some compiler messages and providing some (limited) static checks. Notice that currently, the unused reports has caveats, namely declarations with the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    EEIP.NET

    EEIP.NET

    Ethernet/IP compatible library for .NET and LabView implementations

    Ethernet/IP compatible library for .NET implementations For Data Exchange with Ethernet/IP Devices (Targets) Support of Explicit and Implicit Messaging Supports IO Scanner and Explicit Message Client functionality Object Library with CIP-Definined Objects Provides a simple way to access Ethernet/IP Devices without special knowledge about Ethernet/IP. Only few lines of code are required. Can also be used for LabView integration (See LabView Example in the Downloads Area) See www.eeip-library.de for documentation and Codesamples V1.6: Large Forward Open, Integration of Examples in VS Project, Allow ForwardClose and UnregisterSesssion if connection broke up. V1.4: 16 Bit Path Encryption Explicit Messaging V1.3: Bugfix Discover Devices V1,1: - Bugfix Multicast Implicit Messaging V1.0: - Some Bugfixes Implicit Messaging - Bugfixes large data Explicit Messaging - Added TCP/IP Object (Class code: F5h)to Object Library
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 11
    Python Patterns

    Python Patterns

    A collection of design patterns/idioms in Python

    Python-Patterns is a repository collecting implementations of many classical design patterns and idioms, written in Python. It serves as an educational resource: showing how to implement creational, structural, behavioral, testability, and other patterns in a Pythonic style (or sometimes less so), illustrating trade-offs, different styles, and use cases. It’s intended for learners or developers interested in software architecture or design, rather than as a production library. Includes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Polacode

    Polacode

    Polaroid for your code

    Use polacode.target, polacode.shadow, polacode.transparentBackground and polacode.backgroundColor to control image appearance. You have spent countless hours finding the perfect JavaScript grammar, matching it with a sleek-looking VS Code theme, trying out all the best programming fonts. You take three days porting over your theme before starting to use VS Code. You shell out $200 for italic cursive html attributes. The code has to look right.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Microsoft Python Language Server

    Microsoft Python Language Server

    Microsoft Language Server for Python

    Microsoft Python Language Server implements the Language Server Protocol. Its primary clients are the Python extension for VS Code and Python Tools for Visual Studio. Feel free to file issues or ask questions on our issue tracker, and we welcome code contributions. Linting can be controlled via the user configuration. In VS Code, this is settings.json. To control the visibility and severity of the diagnotics, there are a number of lists that can be set in the user configuration which make use of each diagnostic's error code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CodeFlask

    CodeFlask

    A micro code-editor for awesome web pages

    A micro code-editor for awesome web pages. This API is simply a proxy to add a new language to Prism itself (the code highlighter). The options parameter must be the same accepted in Prism. By default, CodeFlask comes with a simple theme made from scratch called CodeNoon. You can easily override this theme with your own by writing your own CSS and adding it to your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Junior

    Junior

    A striking black and white theme for Jekyll

    Junior is a blog/portfolio theme for Jekyll, the static site generator. Connects, using Github's API, with your public profile and pulls your projects (ordered by Stars). Coming soon, you will also be able to showcase significant PRs. Tag colors are also matched to the project's Github language color coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Visual Studio jQuery Code Snippets

    Visual Studio jQuery Code Snippets

    130+ jQuery code snippets for Visual Studio 2012-2019

    This project hosts a collection of common jQuery code snippets for use in Visual Studio 2012-2019.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Element React

    Element React

    Element UI

    ...It is recommended to use npm to install, it can be better used with webpackpackaging tools. Before starting, you also need a theme package, which we recommend here element-theme-default.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Jupyter Themes

    Jupyter Themes

    Custom Jupyter Notebook Themes

    jupyter-themes brings theme management to classic Jupyter Notebooks with a command-line tool that can restyle the interface, code cells, and UI chrome in seconds. It ships a catalog of popular dark and light themes and lets you customize fonts, font sizes, cell widths, and toolbar visibility so the notebook matches your preferred reading and coding ergonomics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Play-With-Sort-OC

    Play-With-Sort-OC

    Repository implemented in Objective-C with sorting algorithms

    Play-With-Sort-OC is a learning-oriented repository implemented in Objective-C that demonstrates several classic sorting algorithms with code examples (selection sort, bubble sort, insertion sort, quick sort variants, heap sort, etc). The goal is educational; by showing how each algorithm works with animations or clear visualizations in an iOS/Objective-C context, the author helps developers understand not just the “how” but also the “why” behind each algorithm. The repo is especially suited...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PHP Language Server

    PHP Language Server

    PHP Implementation of the VS Code Language Server Protocol

    A pure PHP implementation of the open Language Server Protocol. Provides static code analysis for PHP for any IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    vscode-chrome-debug

    vscode-chrome-debug

    Debug your JavaScript code running in Google Chrome from VS Code

    ...Both modes require you to be serving your web application from a local web server, which is started from either a VS Code task or from your command line. Using the URL parameter you simply tell VS Code which URL to either open or launch in Chrome. Just like when using the Node debugger, you configure these modes with a .vscode/launch.json file in the root directory of your project. You can create this file manually, or Code will create one for you if you try to run your project, and it doesn't exist yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Silver Searcher

    The Silver Searcher

    A code-searching tool similar to ack, but faster

    The Silver Searcher (often referred to as ag) is a fast, open-source command-line code-searching tool, designed as a faster alternative to ack, with a focus on programming-related searches and integration with ignore files. Ag is quite stable now. Most changes are new features, minor bug fixes, or performance improvements. It's much faster than Ack in my benchmarks. Ack and Ag found the same results, but Ag was 34x faster (3.2 seconds vs 110 seconds).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    NexT

    NexT

    An elegant theme for Hexo

    One theme, three appearances, choose yours. Through the theme (also known as Scheme) in the theme, you can easily change the appearance of your blog, and almost all configurations are equally applicable. Thanks to the enthusiastic users of NexT for their contributions, NexT now supports 10 languages. NexT uses Tomorrow's code to highlight color schemes, only one line of configuration is needed to choose your favorite color scheme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    vcproj2cmake

    Visual Studio .vc[x]proj to CMakeLists.txt (make, Ninja ...) enabler

    Elaborate Visual Studio .vcxproj / .vcproj projects to CMakeLists.txt converter, enabling Makefile or Ninja or IDE builds, i.e. full multi-platform CMake functionality (Linux, Mac, Windows...). Live Update capability: supports side-by-side tracking of evolving original proj files, within build tree!! Script hooks for static CMake defs, powerful definition-to-variable mapping. Access to project data content is via git repository _only_ (it's a developer infrastructure project, thus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Lens Jekyll

    Lens Jekyll

    A Jekyll theme for photographers and photo bloggers

    A Jekyll website for photographers and photo bloggers. Lens is a photo gallery Jekyll theme designed especially for photographers and photo bloggers. Jekyll Lens uses Jekyll Static Site Generator (SSG) to generate the website and GitHub Pages to host it.
    Downloads: 0 This Week
    Last Update:
    See Project