日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 >

ubuntu下面调整Atom的python运行结果中的字体大小

發(fā)布時(shí)間:2023/12/20 47 豆豆
生活随笔 收集整理的這篇文章主要介紹了 ubuntu下面调整Atom的python运行结果中的字体大小 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.


修改

/home/appleyuchi/.atom/packages/script/styles下面的script.less文件中的以下部分

? .panel-body pre {
??? background: @tool-panel-background-color;
??? color: @text-color;
??? font-size: 1.5rem
? }





修改后完整文件記錄如下:


// The ui-variables file is provided by base themes provided by Atom.
//
// See https://github.com/atom/atom-dark-ui/blob/master/stylesheets/ui-variables.less
// for a full listing of what's available.
@import "ui-variables";

.header-view {
? .heading-status {
??? padding-left: 9px;
? }

? .icon-alert {
??? color: @text-color-warning;
? }

? .icon-check {
??? color: @text-color-success;
? }

? .icon-hourglass {
??? color: @text-color;
? }

? .icon-stop {
??? color: @text-color-error;
? }
}

.script-input-view {
? .caption {
??? margin-bottom: 5px;
? }
}

.script-profile-run-view {
? width: 100%;
? margin-left: -50%;
? padding: 0;

? .profile {
??? .name {
????? font-size: 1.2rem;
????? font-weight: bold;
??? }
??? .description {
????? font-style: italic;
????? color: @text-color-subtle;
??? }
? }

? .buttons {
??? margin-top: 1rem;

??? .rename, .cancel {
????? float: left;
????? margin-right: 5px;
??? }
??? .delete {
????? float: left;
??? }
??? .run {
????? float: right;
??? }
? }
}

.options-view {
? width: 100%;

? table {
??? margin-top: 10px;

??? td.first {
????? width: 40%;
??? }

??? td.second {
????? width: 60%;
??? }

??? td {
????? padding: 0 5px;
????? vertical-align: middle;

????? atom-text-editor {
??????? // fix for editor growth on focus/blur
??????? max-width: 99%;
????? }
??? }

??? td:first-child {
????? width: 15rem;
????? text-align: right;
??? }
? }

? .buttons {
??? padding: 5px;

??? .cancel {
????? float: left;
??? }

??? .right-buttons {
????? float: right;
??? }
??? .save-profile {
????? margin-right: 5px;
??? }
? }
}

.script-view {
? .panel-body pre {
??? background: @tool-panel-background-color;
??? color: @text-color;
??? font-size: 1.5rem
? }

? .output {
? }

? .stderr {
??? color: @text-color-error;
? }

? .line {
??? border-radius: 0px;
??? margin: 0px;
??? padding: 0px;
? }
}


最終效果如下 :

總結(jié)

以上是生活随笔為你收集整理的ubuntu下面调整Atom的python运行结果中的字体大小的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。