Git Product home page Git Product logo

chimera-theme's People

Contributors

dependabot[bot] avatar roydukkey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

chimera-theme's Issues

Support status bar while debugging and no folder

These keys are as follows:

"statusBar.debuggingBackground": "#f00",
"statusBar.debuggingBorder": "#f00",
"statusBar.debuggingForeground": "#f00",
"statusBar.noFolderBackground": "#f00",
"statusBar.noFolderBorder": "#f00",
"statusBar.noFolderForeground": "#f00"

Configure Preprocessor Directive with C#

Use the following for testing.

#define MyTest
#undef DEBUG
using System;
using System.Net.Http;

public class MyClass
{
	#region Fields

	private string _test;

	#endregion Fields

	public void Start() {

		#if DEBUG
			Console.WriteLine("Debug version");
		#endif

		#if (DEBUG && !MyTest)
			Console.WriteLine("DEBUG is defined");
		#elif (!DEBUG && MyTest)
			Console.WriteLine("MyTest is defined");
		#elif (DEBUG && MyTest)
			Console.WriteLine("DEBUG and MyTest are defined");
		#else
			Console.WriteLine("DEBUG and MyTest are not defined");
		#endif


		#if NET40
			WebClient _client = new WebClient();
		#else
			HttpClient _client = new HttpClient();
		#endif

		#if DEBUG
			#warning DEBUG is defined
		#endif

		#if DEBUG
			#error DEBUG is defined
		#endif

		#line 200 "Special"
		#line default
		#line hidden // numbering not affected

	}

	#pragma warning disable 414, CS3021
	[CLSCompliant(false)]
	public class C
	{
		int i = 1;
		static void Main() { }
	}

	#pragma warning restore CS3021
	[CLSCompliant(false)] // CS3021
	public class D
	{
		int i = 1;
		public static void F() { }
	}
}

Request - High contrast border between terminals

Howdy,

I wanted to request a more visible border between terminals in a similar to the Dracula theme (example attached). I find that with 2+ terminals open, it can be difficult to tell where one ends and another starts.

I can easily set a brighter color in my local settings but thought it might be worth making the suggestion. Either way, thank you for sharing such a nice theme, I'm hooked.

image

Rebuild for web

I thought v0.8.0 was needed in order to test the extension of the web, but has since found out there is a method to test it on https://vscode.dev/.

v0.8.0 was the first attempt to add support for web, but the strategy is incomplete. More research and work are required before the web version will available. The currently release should have no impact to non web environments.

Give `meta.object-literal.key` the Foreground colour.

The colon (:) in objects has no significant meaning and is simply syntactical structure, similar to other punctuation (., ,, (, ), {, }, etc.). The meta.object-literal.key's styling gives enough indication to the parts of the object; therefore, I'll change meta.object-literal.key to use the Foreground colour for Chimera+.

Inventory changes from Dark/+

Inventory for January 01, 2019 to August 28, 2020

  • Inventory changes from Dark and Dark+
    • Support remote status bar item (#9)
    • Support opt-in to semantic highlighting (#10)
    • Update sidebar section header colors (#11)
    • Fix CPP grammar and themes (#12)
    • Add powershell members to default themes (#13)
  • Record why changes were/n't merged
  • Create issues (for logical units of work) to complete merger of accepted up-stream changes

Source: https://github.com/microsoft/vscode/tree/master/extensions/theme-defaults/themes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.