From de19c0193fcd3829ff357e844691c2ab617c6eb3 Mon Sep 17 00:00:00 2001 From: Eder Moraes <54563944+edermcastro@users.noreply.github.com> Date: Fri, 18 Jul 2025 02:54:24 -0300 Subject: [PATCH] =?UTF-8?q?atualiza=C3=A7=C3=A3o=20no=20item=20selecionado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 +++++++++++++--------- package.json | 2 +- themes/linco-color-theme.json | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index eaef210..3a0ac80 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Dentro da pasta .vscode, crie um arquivo `settings.json`. Adicione as configurações abaixo lá: -` + { //deixa a nova janela maximizada @@ -48,19 +48,23 @@ Adicione as configurações abaixo lá: "editor.fontSize": 14, "editor.lineHeight": 24, "editor.letterSpacing": 0.6, - //organiza os imports - "editor.formatOnSave": false, - "editor.formatOnPaste": true, - "editor.codeActionsOnSave": { - "source.organizeImports": "explicit" - }, + + ////organiza os imports linhas opcionais + //"editor.formatOnSave": false, //formata o codigo ao salvar + //"editor.formatOnPaste": true, //formata o codigo ao colar algum trecho + //"editor.codeActionsOnSave": { + // "source.organizeImports": "explicit" + //}, + //tabulação "editor.tabSize": 2, "editor.rulers": [ 100, 120 ], - //desativa o minimapa + + //desativa o minimapa se mudar para false + "editor.minimap.enable": true, "editor.minimap.autohide": true, //animação do cursor "editor.cursorBlinking": "expand", @@ -110,6 +114,6 @@ Adicione as configurações abaixo lá: "terminal.integrated.fontSize": 15, } -` + **Aproveite!** \ No newline at end of file diff --git a/package.json b/package.json index fd5eab1..0e23796 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "LincoThemeOne-Dark", "description": "Tema de cores linco.work dark", "publisher": "linformatica", - "version": "0.0.3", + "version": "0.0.4", "engines": { "vscode": "^1.102.0" }, diff --git a/themes/linco-color-theme.json b/themes/linco-color-theme.json index 707afbb..c267415 100644 --- a/themes/linco-color-theme.json +++ b/themes/linco-color-theme.json @@ -43,7 +43,7 @@ "editorGutter.background": "#0e1113", "editorGutter.modifiedBackground": "#8dbe1a", "editorGutter.modifiedSecondaryBackground": "#1b3000", - "editor.selectionBackground": "#0e1f29", + "editor.selectionBackground": "#193f3a", "editor.lineHighlightBackground": "#0e1113", "editorIndentGuide.activeBackground1": "#8dbe1a", "editorIndentGuide.background1": "#0e1900",