집에서 조용히 일을 할때면 조금 어두운 환경에서 코딩하는 것을 선호합니다.

 

그러다 보니 IDE Tool 의 밝은 화면은 눈을 부시게 하여 평상시에도 주로 Dark Theme 를 사용합니다.

 

하지만 성격이 그리 까칠한? 성격은 아닌지라 옆에 끼고 살다시피하는 Management Studio 는  Dark Theme 없이도 

사용하고 있었습니다.

 

하지만 요즘들어 노안이 슬슬... 아니 이미 와서 눈건강에 신경이 많이 쓰이는데요.

오늘은 일하다 갑자기 눈에 거슬렸습니다.

 

그래서 조회를 해서... 찾아냈습니다. 2017년 글이군요... ㅡㅡ;

조금더 일찍 알았더라면 하는 아쉬움이 있습니다.

 

Object Explorer 는 바뀌지 않지만 좋네요.

저처럼 어두운 환경을 좋아하는 밝은? 성격의 개발자 분들께서 사용하시면 좋겠네요. ^^;

 

혹시 Editor 에서 영문을 사용하다가

딴짓하고 돌아와서 Typing을 할때 자동으로 한글모드로 변경되어 버리는 상황! 너무 속상한데요...

 

방법 혹시 아시는 분 계실까요? 아시는 분... 팁 좀 알려주셔요.

 

www.sqlshack.com/setting-up-the-dark-theme-in-sql-server-management-studio/

 

Setting up the dark theme in SQL Server management studio

In this article, we are going to explain step by step how to enable SSMS Dark theme in all versions of SQL Server Management Studio

www.sqlshack.com

 

SSMS 18
C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE

Once the file is opened in the text editor, 
scroll down and find the section of the code under the “Remove Dark theme” heading, 
add “//” (without quotation marks) at the beginning of the first line like shown below, 
and save the file:


powershell -Command "(gc 'C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\ssms.pkgundef') -replace '\[\`$RootKey\`$\\Themes\\{1ded0138-47ce-435e-84ef-9ec1f439b749}\]', '//[`$RootKey`$\Themes\{1ded0138-47ce-435e-84ef-9ec1f439b749}]' | Out-File 'C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\ssms.pkgundef'"

 

 

행복한 고수되십시오.

woojja ))*

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

반응형

쓸만한 Editor...

https://xdsoft.net/jodit/

 

Jodit WYSIWYG editor | Pure TypeScript | FileBrowser and Editor Jodit

Jodit WYSIWYG simple to use rich text editor with best filebrowser and minimal interface

xdsoft.net

https://github.com/xdan/jodit

 

xdan/jodit

Jodit - Best WYSIWYG Editor for You. Contribute to xdan/jodit development by creating an account on GitHub.

github.com

 

반응형

'Web > JQuery' 카테고리의 다른 글

[JQuery] Date & TimePicker  (0) 2021.01.06
[JQuery] 15+ jQuery Popup Modal Dialog Plugins and Tutorials  (0) 2013.02.25
[jQuery] jQuery 사이트 하나  (0) 2012.06.21

괜찮은 Date 와 Time Picker 가 있어 저장해 둡니다.

 

https://xdsoft.net/jqplugins/datetimepicker/

 

DateTimePicker

DateTimePicker jQuery plugin select date and time Use this plugin to unobtrusively add a datetimepicker, datepicker or timepicker dropdown to your forms. It's easy to customize options. Source code on GitHub or download (zip). Don't use file datetimepicker

xdsoft.net

https://github.com/xdan/datetimepicker

 

xdan/datetimepicker

jQuery Plugin Date and Time Picker. Contribute to xdan/datetimepicker development by creating an account on GitHub.

github.com

 

https://www.jonthornton.com/jquery-timepicker/

 

Timepicker for jQuery – Demos and Documentation

Non-input Example jquery-timepicker can be bound to any visibile DOM element, such as spans or divs. Pick Time

www.jonthornton.com

https://github.com/jonthornton/jquery-timepicker#timepicker-plugin-for-jquery

 

jonthornton/jquery-timepicker

A javascript timepicker plugin for jQuery inspired by Google Calendar. - jonthornton/jquery-timepicker

github.com

https://www.daterangepicker.com/

 

Date Range Picker — JavaScript Date & Time Picker Library

Originally created for reports at Improvely, the Date Range Picker can be attached to any webpage element to pop up two calendars for selecting dates, times, or predefined ranges like "Last 30 Days". To get started, include jQuery, Moment.js and Date Range

www.daterangepicker.com

https://longbill.github.io/jquery-date-range-picker/

 

jQuery Date Range Picker Demo

jQuery Date Range Picker jQuery Date Range Picker is a jQuery plugin that allows user to select a date range. Requires jQuery 1.7+ (MIT LICENSE), Moment 2.8.1+ (MIT LICENSE). Supports IE8+, Firefox, Chrome, Safari and other standard HTML5 browsers. Support

longbill.github.io

 

 

행복한 고수되셔요.

반응형

'Web > JQuery' 카테고리의 다른 글

[JQuery] WYSIWYG Editor  (0) 2021.01.07
[JQuery] 15+ jQuery Popup Modal Dialog Plugins and Tutorials  (0) 2013.02.25
[jQuery] jQuery 사이트 하나  (0) 2012.06.21

+ Recent posts